#788EA7

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

Shades of Light Slate Grey #788EA7

Tints of Light Slate Grey #788EA7

Color information

#788EA7 (or 0x788EA7) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8E and A7. RGB value is (120,142,167). Sum of RGB (Red+Green+Blue) = 120+142+167=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 167 - color contains mainly: blue. Hex color #788EA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788EA7 is #877158. Grayscale: #8A8A8A. Windows color (decimal): -8876377 or 10980984. OLE color: 10980984.

HSL color Cylindrical-coordinate representation of color #788EA7: hue angle of 211.91º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #788EA7 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120142167-
CMYK0.280.1500.35
HSL211.91º21.08%56.27%-
HSV(B)211.91º28.14%65.49%-
XYZ24.3926.1340.32-
YUV138.27144.21114.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=27.97%
G=33.10%
B=38.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201421670.280.1500.35211.9121.0856.27
Hex788EA71CF023d41538
Octal17021624734170433242570
Binary1111000100011101010011111100111101000111101010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,142,167); }

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

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

 a { background-color: rgb(120,142,167); }

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

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

 span { border-color: rgb(120,142,167); }

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