Html Css Color HEX #788B9A Light Slate Grey

📋 copy color: '#788B9A'

red 120 ◦ green 139 ◦ blue 154

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

Shades of Light Slate Grey #788B9A

Tints of Light Slate Grey #788B9A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.66%

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 29.06%
G = 33.66%
B = 37.29%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#788B9A (or 0x788B9A) is known color: Light Slate Grey. HEX triplet: 78, 8B and 9A. RGB value is (120,139,154). Sum of RGB (Red+Green+Blue) = 120+139+154=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 154 - color contains mainly: blue. Hex color #788B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B9A is #877465. Grayscale: #868686. Windows color (decimal): -8877158 or 10128248. OLE color: 10128248.

HSL color Cylindrical-coordinate representation of color #788B9A: hue angle of 206.47º 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 #788B9A is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 139 154 -
CMYK 0.22 0.10 0 0.40
HSL 206.47º 0.14% 0.54% -
HSV(B) 206.47º 0.22% 0.6% -
XYZ 22.81 24.79 34.15 -
YUV 135.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 120 139 154 0.22 0.10 0 0.40 206.47 0.14 0.54
Hex 78 8B 9A 16 A 0 28 CE E 36
Octal 170 213 232 26 12 0 50 316 16 66
Binary 1111000 10001011 10011010 10110 1010 0 101000 11001110 1110 110110

Color Harmonies of #788B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788B9A

Black with #788B9A

Text Example


Text Example

White with #788B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,139,154); }

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

background-color css

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

 a { background-color: rgb(120,139,154); }

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

border-color css

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

 span { border-color: rgb(120,139,154); }

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