#78869C

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

Shades of Light Slate Grey #78869C

Tints of Light Slate Grey #78869C

Color information

#78869C (or 0x78869C) is unknown color: approx Light Slate Grey. HEX triplet: 78, 86 and 9C. RGB value is (120,134,156). Sum of RGB (Red+Green+Blue) = 120+134+156=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #78869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78869C is #877963. Grayscale: #848484. Windows color (decimal): -8878436 or 10258040. OLE color: 10258040.

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

Color convert

RGB120134156-
CMYK0.230.1400.39
HSL216.67º15.38%54.12%-
HSV(B)216.67º23.08%61.18%-
XYZ22.2723.4434.8-
YUV132.32141.36119.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=29.27%
G=32.68%
B=38.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201341560.230.1400.39216.6715.3854.12
Hex78869C17E027d9f36
Octal17020623427160473311766
Binary111100010000110100111001011111100100111110110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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