Html Css Color HEX #80858D Light Slate Grey

📋 copy color: '#80858D'

red 128 ◦ green 133 ◦ blue 141

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

Shades of Light Slate Grey #80858D

Tints of Light Slate Grey #80858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 31.84%
G = 33.08%
B = 35.07%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80858D (or 0x80858D) is known color: Light Slate Grey. HEX triplet: 80, 85 and 8D. RGB value is (128,133,141). Sum of RGB (Red+Green+Blue) = 128+133+141=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: blue. Hex color #80858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80858D is #7F7A72. Grayscale: #848484. Windows color (decimal): -8354419 or 9274752. OLE color: 9274752.

HSL color Cylindrical-coordinate representation of color #80858D: hue angle of 216.92º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80858D is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 133 141 -
CMYK 0.09 0.06 0 0.45
HSL 216.92º 0.05% 0.53% -
HSV(B) 216.92º 0.09% 0.55% -
XYZ 22.1 23.29 28.53 -
YUV 132.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 128 133 141 0.09 0.06 0 0.45 216.92 0.05 0.53
Hex 80 85 8D 9 6 0 2D D9 5 35
Octal 200 205 215 11 6 0 55 331 5 65
Binary 10000000 10000101 10001101 1001 110 0 101101 11011001 101 110101

Color Harmonies of #80858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80858D

Black with #80858D

Text Example


Text Example

White with #80858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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