#788A9C

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

Shades of Light Slate Grey #788A9C

Tints of Light Slate Grey #788A9C

Color information

#788A9C (or 0x788A9C) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8A and 9C. RGB value is (120,138,156). Sum of RGB (Red+Green+Blue) = 120+138+156=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #788A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A9C is #877563. Grayscale: #868686. Windows color (decimal): -8877412 or 10259064. OLE color: 10259064.

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

Color convert

RGB120138156-
CMYK0.230.1200.39
HSL210º15.38%54.12%-
HSV(B)210º23.08%61.18%-
XYZ22.8324.5734.99-
YUV134.67140.04117.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=28.99%
G=33.33%
B=37.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201381560.230.1200.3921015.3854.12
Hex788A9C17C027d2f36
Octal17021223427140473221766
Binary111100010001010100111001011111000100111110100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788A9C; }

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

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

<style>
 a { background-color: #788A9C; }

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

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

<style>
 span { border-color: #788A9C; }

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

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