Html Css Color HEX #80909F Light Slate Grey

📋 copy color: '#80909F'

red 128 ◦ green 144 ◦ blue 159

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

Shades of Light Slate Grey #80909F

Tints of Light Slate Grey #80909F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 29.7%
G = 33.41%
B = 36.89%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80909F (or 0x80909F) is known color: Light Slate Grey. HEX triplet: 80, 90 and 9F. RGB value is (128,144,159). Sum of RGB (Red+Green+Blue) = 128+144+159=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #80909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80909F is #7F6F60. Grayscale: #8C8C8C. Windows color (decimal): -8351585 or 10457216. OLE color: 10457216.

HSL color Cylindrical-coordinate representation of color #80909F: hue angle of 209.03º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80909F is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 144 159 -
CMYK 0.19 0.09 0 0.38
HSL 209.03º 0.14% 0.56% -
HSV(B) 209.03º 0.19% 0.62% -
XYZ 25.13 27.04 36.7 -
YUV 140.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 128 144 159 0.19 0.09 0 0.38 209.03 0.14 0.56
Hex 80 90 9F 13 9 0 26 D1 E 38
Octal 200 220 237 23 11 0 46 321 16 70
Binary 10000000 10010000 10011111 10011 1001 0 100110 11010001 1110 111000

Color Harmonies of #80909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80909F

Black with #80909F

Text Example


Text Example

White with #80909F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80909F; }

 p { color: rgb(128,144,159); }

 H1.HeaderClassName
 {
   color: #80909F;
 }
 .AnyTagClassName
 {
   color: #80909F;
 }
</style>

background-color css

<style>
 a { background-color: #80909F; }

 a { background-color: rgb(128,144,159); }

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

border-color css

<style>
 span { border-color: #80909F; }

 span { border-color: rgb(128,144,159); }

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