Html Css Color HEX #80868E Light Slate Grey

📋 copy color: '#80868E'

red 128 ◦ green 134 ◦ blue 142

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

Shades of Light Slate Grey #80868E

Tints of Light Slate Grey #80868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 31.68%
G = 33.17%
B = 35.15%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80868E (or 0x80868E) is known color: Light Slate Grey. HEX triplet: 80, 86 and 8E. RGB value is (128,134,142). Sum of RGB (Red+Green+Blue) = 128+134+142=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: blue. Hex color #80868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80868E is #7F7971. Grayscale: #858585. Windows color (decimal): -8354162 or 9340544. OLE color: 9340544.

HSL color Cylindrical-coordinate representation of color #80868E: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80868E is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 134 142 -
CMYK 0.10 0.06 0 0.44
HSL 214.29º 0.06% 0.53% -
HSV(B) 214.29º 0.1% 0.56% -
XYZ 22.31 23.59 28.97 -
YUV 133.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 128 134 142 0.10 0.06 0 0.44 214.29 0.06 0.53
Hex 80 86 8E A 6 0 2C D6 6 35
Octal 200 206 216 12 6 0 54 326 6 65
Binary 10000000 10000110 10001110 1010 110 0 101100 11010110 110 110101

Color Harmonies of #80868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80868E

Black with #80868E

Text Example


Text Example

White with #80868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80868E; }

 p { color: rgb(128,134,142); }

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

background-color css

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

 a { background-color: rgb(128,134,142); }

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

border-color css

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

 span { border-color: rgb(128,134,142); }

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