Html Css Color HEX #808FA0 Light Slate Grey

📋 copy color: '#808FA0'

red 128 ◦ green 143 ◦ blue 160

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

Shades of Light Slate Grey #808FA0

Tints of Light Slate Grey #808FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 29.7%
G = 33.18%
B = 37.12%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#808FA0 (or 0x808FA0) is known color: Light Slate Grey. HEX triplet: 80, 8F and A0. RGB value is (128,143,160). Sum of RGB (Red+Green+Blue) = 128+143+160=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: blue. Hex color #808FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FA0 is #7F705F. Grayscale: #8C8C8C. Windows color (decimal): -8351840 or 10522496. OLE color: 10522496.

HSL color Cylindrical-coordinate representation of color #808FA0: hue angle of 211.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808FA0 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 143 160 -
CMYK 0.20 0.11 0 0.37
HSL 211.88º 0.14% 0.56% -
HSV(B) 211.88º 0.2% 0.63% -
XYZ 25.07 26.77 37.1 -
YUV 140.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 128 143 160 0.20 0.11 0 0.37 211.88 0.14 0.56
Hex 80 8F A0 14 B 0 25 D4 E 38
Octal 200 217 240 24 13 0 45 324 16 70
Binary 10000000 10001111 10100000 10100 1011 0 100101 11010100 1110 111000

Color Harmonies of #808FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FA0

Black with #808FA0

Text Example


Text Example

White with #808FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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