Html Css Color HEX #808A93 Light Slate Grey

📋 copy color: '#808A93'

red 128 ◦ green 138 ◦ blue 147

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

Shades of Light Slate Grey #808A93

Tints of Light Slate Grey #808A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 30.99%
G = 33.41%
B = 35.59%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808A93 (or 0x808A93) is known color: Light Slate Grey. HEX triplet: 80, 8A and 93. RGB value is (128,138,147). Sum of RGB (Red+Green+Blue) = 128+138+147=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #808A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A93 is #7F756C. Grayscale: #878787. Windows color (decimal): -8353133 or 9669248. OLE color: 9669248.

HSL color Cylindrical-coordinate representation of color #808A93: hue angle of 208.42º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #808A93 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 138 147 -
CMYK 0.13 0.06 0 0.42
HSL 208.42º 0.08% 0.54% -
HSV(B) 208.42º 0.13% 0.58% -
XYZ 23.26 24.87 31.18 -
YUV 136.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 128 138 147 0.13 0.06 0 0.42 208.42 0.08 0.54
Hex 80 8A 93 D 6 0 2A D0 8 36
Octal 200 212 223 15 6 0 52 320 10 66
Binary 10000000 10001010 10010011 1101 110 0 101010 11010000 1000 110110

Color Harmonies of #808A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A93

Black with #808A93

Text Example


Text Example

White with #808A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,138,147); }

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

background-color css

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

 a { background-color: rgb(128,138,147); }

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

border-color css

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

 span { border-color: rgb(128,138,147); }

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