#788FA7

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

Shades of Light Slate Grey #788FA7

Tints of Light Slate Grey #788FA7

Color information

#788FA7 (or 0x788FA7) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8F and A7. RGB value is (120,143,167). Sum of RGB (Red+Green+Blue) = 120+143+167=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 167 - color contains mainly: blue. Hex color #788FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FA7 is #877058. Grayscale: #8A8A8A. Windows color (decimal): -8876121 or 10981240. OLE color: 10981240.

HSL color Cylindrical-coordinate representation of color #788FA7: hue angle of 210.64º 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 #788FA7 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120143167-
CMYK0.280.1400.35
HSL210.64º21.08%56.27%-
HSV(B)210.64º28.14%65.49%-
XYZ24.5426.4340.37-
YUV138.86143.88114.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.91%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 167 (65.62% from 255) = 38.84%
R=27.91%
G=33.26%
B=38.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201431670.280.1400.35210.6421.0856.27
Hex788FA71CE023d31538
Octal17021724734160433232570
Binary1111000100011111010011111100111001000111101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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