Html Css Color HEX #808893 Light Slate Grey

📋 copy color: '#808893'

red 128 ◦ green 136 ◦ blue 147

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

Shades of Light Slate Grey #808893

Tints of Light Slate Grey #808893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

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

R = 31.14%
G = 33.09%
B = 35.77%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808893 (or 0x808893) is known color: Light Slate Grey. HEX triplet: 80, 88 and 93. RGB value is (128,136,147). Sum of RGB (Red+Green+Blue) = 128+136+147=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #808893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808893 is #7F776C. Grayscale: #868686. Windows color (decimal): -8353645 or 9668736. OLE color: 9668736.

HSL color Cylindrical-coordinate representation of color #808893: hue angle of 214.74º 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 #808893 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 136 147 -
CMYK 0.13 0.07 0 0.42
HSL 214.74º 0.08% 0.54% -
HSV(B) 214.74º 0.13% 0.58% -
XYZ 22.97 24.3 31.08 -
YUV 134.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 128 136 147 0.13 0.07 0 0.42 214.74 0.08 0.54
Hex 80 88 93 D 7 0 2A D7 8 36
Octal 200 210 223 15 7 0 52 327 10 66
Binary 10000000 10001000 10010011 1101 111 0 101010 11010111 1000 110110

Color Harmonies of #808893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808893

Black with #808893

Text Example


Text Example

White with #808893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808893; }

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

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

background-color css

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

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

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

border-color css

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

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

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