Html Css Color HEX #788B9C Light Slate Grey

📋 copy color: '#788B9C'

red 120 ◦ green 139 ◦ blue 156

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

Shades of Light Slate Grey #788B9C

Tints of Light Slate Grey #788B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.59%

R = 28.92%
G = 33.49%
B = 37.59%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#788B9C (or 0x788B9C) is known color: Light Slate Grey. HEX triplet: 78, 8B and 9C. RGB value is (120,139,156). Sum of RGB (Red+Green+Blue) = 120+139+156=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #788B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B9C is #877463. Grayscale: #878787. Windows color (decimal): -8877156 or 10259320. OLE color: 10259320.

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

Color convert

RGB 120 139 156 -
CMYK 0.23 0.11 0 0.39
HSL 208.33º 0.15% 0.54% -
HSV(B) 208.33º 0.23% 0.61% -
XYZ 22.98 24.86 35.04 -
YUV 135.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 120 139 156 0.23 0.11 0 0.39 208.33 0.15 0.54
Hex 78 8B 9C 17 B 0 27 D0 F 36
Octal 170 213 234 27 13 0 47 320 17 66
Binary 1111000 10001011 10011100 10111 1011 0 100111 11010000 1111 110110

Color Harmonies of #788B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788B9C

Black with #788B9C

Text Example


Text Example

White with #788B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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