Html Css Color HEX #808C97 Light Slate Grey

📋 copy color: '#808C97'

red 128 ◦ green 140 ◦ blue 151

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

Shades of Light Slate Grey #808C97

Tints of Light Slate Grey #808C97

RGB

 RED value IS 128 (50.39% from 255) = 30.55%

 GREEN value IS 140 (55.08% from 255) = 33.41%

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

R = 30.55%
G = 33.41%
B = 36.04%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#808C97 (or 0x808C97) is known color: Light Slate Grey. HEX triplet: 80, 8C and 97. RGB value is (128,140,151). Sum of RGB (Red+Green+Blue) = 128+140+151=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 151 - color contains mainly: blue. Hex color #808C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C97 is #7F7368. Grayscale: #898989. Windows color (decimal): -8352617 or 9931904. OLE color: 9931904.

HSL color Cylindrical-coordinate representation of color #808C97: hue angle of 208.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808C97 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 140 151 -
CMYK 0.15 0.07 0 0.41
HSL 208.7º 0.1% 0.55% -
HSV(B) 208.7º 0.15% 0.59% -
XYZ 23.87 25.58 32.96 -
YUV 137.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 128 140 151 0.15 0.07 0 0.41 208.7 0.1 0.55
Hex 80 8C 97 F 7 0 29 D1 A 37
Octal 200 214 227 17 7 0 51 321 12 67
Binary 10000000 10001100 10010111 1111 111 0 101001 11010001 1010 110111

Color Harmonies of #808C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C97

Black with #808C97

Text Example


Text Example

White with #808C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808C97; }

 p { color: rgb(128,140,151); }

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

background-color css

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

 a { background-color: rgb(128,140,151); }

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

border-color css

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

 span { border-color: rgb(128,140,151); }

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