Html Css Color HEX #808FA3 Light Slate Grey

📋 copy color: '#808FA3'

red 128 ◦ green 143 ◦ blue 163

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

Shades of Light Slate Grey #808FA3

Tints of Light Slate Grey #808FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.56%

R = 29.49%
G = 32.95%
B = 37.56%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#808FA3 (or 0x808FA3) is known color: Light Slate Grey. HEX triplet: 80, 8F and A3. RGB value is (128,143,163). Sum of RGB (Red+Green+Blue) = 128+143+163=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 163 - color contains mainly: blue. Hex color #808FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FA3 is #7F705C. Grayscale: #8C8C8C. Windows color (decimal): -8351837 or 10719104. OLE color: 10719104.

HSL color Cylindrical-coordinate representation of color #808FA3: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #808FA3 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 143 163 -
CMYK 0.21 0.12 0 0.36
HSL 214.29º 0.16% 0.57% -
HSV(B) 214.29º 0.21% 0.64% -
XYZ 25.34 26.88 38.5 -
YUV 140.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 128 143 163 0.21 0.12 0 0.36 214.29 0.16 0.57
Hex 80 8F A3 15 C 0 24 D6 10 39
Octal 200 217 243 25 14 0 44 326 20 71
Binary 10000000 10001111 10100011 10101 1100 0 100100 11010110 10000 111001

Color Harmonies of #808FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FA3

Black with #808FA3

Text Example


Text Example

White with #808FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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