Html Css Color HEX #80858E Light Slate Grey

📋 copy color: '#80858E'

red 128 ◦ green 133 ◦ blue 142

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

Shades of Light Slate Grey #80858E

Tints of Light Slate Grey #80858E

RGB

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

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

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

R = 31.76%
G = 33%
B = 35.24%

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

#80858E (or 0x80858E) is known color: Light Slate Grey. HEX triplet: 80, 85 and 8E. RGB value is (128,133,142). Sum of RGB (Red+Green+Blue) = 128+133+142=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 142 - color contains mainly: blue. Hex color #80858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80858E is #7F7A71. Grayscale: #848484. Windows color (decimal): -8354418 or 9340288. OLE color: 9340288.

HSL color Cylindrical-coordinate representation of color #80858E: hue angle of 218.57º 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 #80858E is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 133 142 -
CMYK 0.10 0.06 0 0.44
HSL 218.57º 0.06% 0.53% -
HSV(B) 218.57º 0.1% 0.56% -
XYZ 22.17 23.32 28.92 -
YUV 132.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 128 133 142 0.10 0.06 0 0.44 218.57 0.06 0.53
Hex 80 85 8E A 6 0 2C DB 6 35
Octal 200 205 216 12 6 0 54 333 6 65
Binary 10000000 10000101 10001110 1010 110 0 101100 11011011 110 110101

Color Harmonies of #80858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80858E

Black with #80858E

Text Example


Text Example

White with #80858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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