#7460FF

Color #7460FF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7460FF

Tints of Medium Slate Blue #7460FF

Color information

#7460FF (or 0x7460FF) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 60 and FF. RGB value is (116,96,255). Sum of RGB (Red+Green+Blue) = 116+96+255=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #7460FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7460FF is #8B9F00. Grayscale: #777777. Windows color (decimal): -9150209 or 16736372. OLE color: 16736372.

HSL color Cylindrical-coordinate representation of color #7460FF: hue angle of 247.55º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7460FF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11696255-
CMYK0.550.6200
HSL247.55º100%68.82%-
HSV(B)247.55º62.35%100%-
XYZ29.4419.396.78-
YUV120.11204.13125.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 255 (100% from 255) = 54.60%
R=24.84%
G=20.56%
B=54.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal116962550.550.6200247.5510068.82
Hex7460FF373E00f86445
Octal164140377677600370144105
Binary1110100110000011111111110111111110001111100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7460FF; }

 p { color: rgb(116,96,255); }

 H1.HeaderClassName
 {
   color: #7460FF;
 }
 .AnyTagClassName
 {
   color: #7460FF;
 }
</style>
background-color css

<style>
 a { background-color: #7460FF; }

 a { background-color: rgb(116,96,255); }

 div.DivClassName
 {
   background-color: #7460FF;
 }
 .BgClassName
 {
   background-color: #7460FF;
 }
</style>
border-color css

<style>
 span { border-color: #7460FF; }

 span { border-color: rgb(116,96,255); }

 td.TdClassName
 {
   border-color: #7460FF;
 }
 .TagClassName
 {
   border-color: #7460FF;
 }
</style>