Html Css Color HEX #808F99 Light Slate Grey

📋 copy color: '#808F99'

red 128 ◦ green 143 ◦ blue 153

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

Shades of Light Slate Grey #808F99

Tints of Light Slate Grey #808F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.73%

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

R = 30.19%
G = 33.73%
B = 36.08%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#808F99 (or 0x808F99) is known color: Light Slate Grey. HEX triplet: 80, 8F and 99. RGB value is (128,143,153). Sum of RGB (Red+Green+Blue) = 128+143+153=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #808F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808F99 is #7F7066. Grayscale: #8B8B8B. Windows color (decimal): -8351847 or 10063744. OLE color: 10063744.

HSL color Cylindrical-coordinate representation of color #808F99: hue angle of 204º 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 #808F99 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 143 153 -
CMYK 0.16 0.07 0 0.4
HSL 204º 0.11% 0.55% -
HSV(B) 204º 0.16% 0.6% -
XYZ 24.47 26.53 33.97 -
YUV 139.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 128 143 153 0.16 0.07 0 0.4 204 0.11 0.55
Hex 80 8F 99 10 7 0 28 CC B 37
Octal 200 217 231 20 7 0 50 314 13 67
Binary 10000000 10001111 10011001 10000 111 0 101000 11001100 1011 110111

Color Harmonies of #808F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808F99

Black with #808F99

Text Example


Text Example

White with #808F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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