#78859C

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

Shades of Light Slate Grey #78859C

Tints of Light Slate Grey #78859C

Color information

#78859C (or 0x78859C) is unknown color: approx Light Slate Grey. HEX triplet: 78, 85 and 9C. RGB value is (120,133,156). Sum of RGB (Red+Green+Blue) = 120+133+156=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #78859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78859C is #877A63. Grayscale: #838383. Windows color (decimal): -8878692 or 10257784. OLE color: 10257784.

HSL color Cylindrical-coordinate representation of color #78859C: hue angle of 218.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78859C is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120133156-
CMYK0.230.1500.39
HSL218.33º15.38%54.12%-
HSV(B)218.33º23.08%61.18%-
XYZ22.1323.1734.76-
YUV131.73141.69119.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=29.34%
G=32.52%
B=38.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201331560.230.1500.39218.3315.3854.12
Hex78859C17F027daf36
Octal17020523427170473321766
Binary111100010000101100111001011111110100111110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78859C; }

 p { color: rgb(120,133,156); }

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

<style>
 a { background-color: #78859C; }

 a { background-color: rgb(120,133,156); }

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

<style>
 span { border-color: #78859C; }

 span { border-color: rgb(120,133,156); }

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