Html Css Color HEX #788A99 Light Slate Grey

📋 copy color: '#788A99'

red 120 ◦ green 138 ◦ blue 153

#788A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #788A99

Tints of Light Slate Grey #788A99

RGB

 RED value IS 120 (47.27% from 255) = 29.2%

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 29.2%
G = 33.58%
B = 37.23%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#788A99 (or 0x788A99) is known color: Light Slate Grey. HEX triplet: 78, 8A and 99. RGB value is (120,138,153). Sum of RGB (Red+Green+Blue) = 120+138+153=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #788A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A99 is #877566. Grayscale: #868686. Windows color (decimal): -8877415 or 10062456. OLE color: 10062456.

HSL color Cylindrical-coordinate representation of color #788A99: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788A99 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 138 153 -
CMYK 0.22 0.10 0 0.4
HSL 207.27º 0.14% 0.54% -
HSV(B) 207.27º 0.22% 0.6% -
XYZ 22.58 24.47 33.67 -
YUV 134.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 120 138 153 0.22 0.10 0 0.4 207.27 0.14 0.54
Hex 78 8A 99 16 A 0 28 CF E 36
Octal 170 212 231 26 12 0 50 317 16 66
Binary 1111000 10001010 10011001 10110 1010 0 101000 11001111 1110 110110

Color Harmonies of #788A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A99

Black with #788A99

Text Example


Text Example

White with #788A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #788A99;
 }
 .AnyTagClassName
 {
   color: #788A99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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