#78879B

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

Shades of Light Slate Grey #78879B

Tints of Light Slate Grey #78879B

Color information

#78879B (or 0x78879B) is unknown color: approx Light Slate Grey. HEX triplet: 78, 87 and 9B. RGB value is (120,135,155). Sum of RGB (Red+Green+Blue) = 120+135+155=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #78879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78879B is #877864. Grayscale: #848484. Windows color (decimal): -8878181 or 10192760. OLE color: 10192760.

HSL color Cylindrical-coordinate representation of color #78879B: hue angle of 214.29º 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 #78879B is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120135155-
CMYK0.230.1300.39
HSL214.29º14.89%53.92%-
HSV(B)214.29º22.58%60.78%-
XYZ22.3323.6934.41-
YUV132.79140.53118.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=29.27%
G=32.93%
B=37.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201351550.230.1300.39214.2914.8953.92
Hex78879B17D027d6f36
Octal17020723327150473261766
Binary111100010000111100110111011111010100111110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78879B; }

 p { color: rgb(120,135,155); }

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

<style>
 a { background-color: #78879B; }

 a { background-color: rgb(120,135,155); }

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

<style>
 span { border-color: #78879B; }

 span { border-color: rgb(120,135,155); }

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