Html Css Color HEX #788197 Light Slate Grey

📋 copy color: '#788197'

red 120 ◦ green 129 ◦ blue 151

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

Shades of Light Slate Grey #788197

Tints of Light Slate Grey #788197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 30%
G = 32.25%
B = 37.75%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#788197 (or 0x788197) is known color: Light Slate Grey. HEX triplet: 78, 81 and 97. RGB value is (120,129,151). Sum of RGB (Red+Green+Blue) = 120+129+151=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #788197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788197 is #877E68. Grayscale: #808080. Windows color (decimal): -8879721 or 9929080. OLE color: 9929080.

HSL color Cylindrical-coordinate representation of color #788197: hue angle of 222.58º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788197 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 129 151 -
CMYK 0.21 0.15 0 0.41
HSL 222.58º 0.13% 0.53% -
HSV(B) 222.58º 0.21% 0.59% -
XYZ 21.18 21.93 32.39 -
YUV 128.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 120 129 151 0.21 0.15 0 0.41 222.58 0.13 0.53
Hex 78 81 97 15 F 0 29 DF D 35
Octal 170 201 227 25 17 0 51 337 15 65
Binary 1111000 10000001 10010111 10101 1111 0 101001 11011111 1101 110101

Color Harmonies of #788197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788197

Black with #788197

Text Example


Text Example

White with #788197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788197; }

 p { color: rgb(120,129,151); }

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

background-color css

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

 a { background-color: rgb(120,129,151); }

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

border-color css

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

 span { border-color: rgb(120,129,151); }

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