Html Css Color HEX #788597 Light Slate Grey

📋 copy color: '#788597'

red 120 ◦ green 133 ◦ blue 151

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

Shades of Light Slate Grey #788597

Tints of Light Slate Grey #788597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 29.7%
G = 32.92%
B = 37.38%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#788597 (or 0x788597) is known color: Light Slate Grey. HEX triplet: 78, 85 and 97. RGB value is (120,133,151). Sum of RGB (Red+Green+Blue) = 120+133+151=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 151 - color contains mainly: blue. Hex color #788597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788597 is #877A68. Grayscale: #838383. Windows color (decimal): -8878697 or 9930104. OLE color: 9930104.

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

Color convert

RGB 120 133 151 -
CMYK 0.21 0.12 0 0.41
HSL 214.84º 0.13% 0.53% -
HSV(B) 214.84º 0.21% 0.59% -
XYZ 21.72 23 32.57 -
YUV 131.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 120 133 151 0.21 0.12 0 0.41 214.84 0.13 0.53
Hex 78 85 97 15 C 0 29 D7 D 35
Octal 170 205 227 25 14 0 51 327 15 65
Binary 1111000 10000101 10010111 10101 1100 0 101001 11010111 1101 110101

Color Harmonies of #788597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788597

Black with #788597

Text Example


Text Example

White with #788597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788597; }

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

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

background-color css

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

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

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

border-color css

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

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

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