Html Css Color HEX #788497 Light Slate Grey

📋 copy color: '#788497'

red 120 ◦ green 132 ◦ blue 151

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

Shades of Light Slate Grey #788497

Tints of Light Slate Grey #788497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

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

R = 29.78%
G = 32.75%
B = 37.47%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#788497 (or 0x788497) is known color: Light Slate Grey. HEX triplet: 78, 84 and 97. RGB value is (120,132,151). Sum of RGB (Red+Green+Blue) = 120+132+151=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: blue. Hex color #788497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788497 is #877B68. Grayscale: #828282. Windows color (decimal): -8878953 or 9929848. OLE color: 9929848.

HSL color Cylindrical-coordinate representation of color #788497: hue angle of 216.77º 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 #788497 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 132 151 -
CMYK 0.21 0.13 0 0.41
HSL 216.77º 0.13% 0.53% -
HSV(B) 216.77º 0.21% 0.59% -
XYZ 21.58 22.73 32.53 -
YUV 130.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 120 132 151 0.21 0.13 0 0.41 216.77 0.13 0.53
Hex 78 84 97 15 D 0 29 D9 D 35
Octal 170 204 227 25 15 0 51 331 15 65
Binary 1111000 10000100 10010111 10101 1101 0 101001 11011001 1101 110101

Color Harmonies of #788497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788497

Black with #788497

Text Example


Text Example

White with #788497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788497; }

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

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

background-color css

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

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

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

border-color css

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

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

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