Html Css Color HEX #808C99 Light Slate Grey

📋 copy color: '#808C99'

red 128 ◦ green 140 ◦ blue 153

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

Shades of Light Slate Grey #808C99

Tints of Light Slate Grey #808C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 30.4%
G = 33.25%
B = 36.34%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#808C99 (or 0x808C99) is known color: Light Slate Grey. HEX triplet: 80, 8C and 99. RGB value is (128,140,153). Sum of RGB (Red+Green+Blue) = 128+140+153=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #808C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C99 is #7F7366. Grayscale: #898989. Windows color (decimal): -8352615 or 10062976. OLE color: 10062976.

HSL color Cylindrical-coordinate representation of color #808C99: hue angle of 211.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808C99 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 140 153 -
CMYK 0.16 0.08 0 0.4
HSL 211.2º 0.11% 0.55% -
HSV(B) 211.2º 0.16% 0.6% -
XYZ 24.03 25.65 33.82 -
YUV 137.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 128 140 153 0.16 0.08 0 0.4 211.2 0.11 0.55
Hex 80 8C 99 10 8 0 28 D3 B 37
Octal 200 214 231 20 10 0 50 323 13 67
Binary 10000000 10001100 10011001 10000 1000 0 101000 11010011 1011 110111

Color Harmonies of #808C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C99

Black with #808C99

Text Example


Text Example

White with #808C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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