#7478FF

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

Shades of Light Slate Blue #7478FF

Tints of Light Slate Blue #7478FF

Color information

#7478FF (or 0x7478FF) is unknown color: approx Light Slate Blue. HEX triplet: 74, 78 and FF. RGB value is (116,120,255). Sum of RGB (Red+Green+Blue) = 116+120+255=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #7478FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7478FF is #8B8700. Grayscale: #858585. Windows color (decimal): -9144065 or 16742516. OLE color: 16742516.

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

Color convert

RGB116120255-
CMYK0.550.5300
HSL238.27º100%72.75%-
HSV(B)238.27º54.51%100%-
XYZ31.9724.3797.63-
YUV134.19196.17115.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 255 (100% from 255) = 51.93%
R=23.63%
G=24.44%
B=51.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1161202550.550.5300238.2710072.75
Hex7478FF373500ee6449
Octal164170377676500356144111
Binary1110100111100011111111110111110101001110111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7478FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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