Html Css Color HEX #808993 Light Slate Grey

📋 copy color: '#808993'

red 128 ◦ green 137 ◦ blue 147

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

Shades of Light Slate Grey #808993

Tints of Light Slate Grey #808993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

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

R = 31.07%
G = 33.25%
B = 35.68%

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

#808993 (or 0x808993) is known color: Light Slate Grey. HEX triplet: 80, 89 and 93. RGB value is (128,137,147). Sum of RGB (Red+Green+Blue) = 128+137+147=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #808993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808993 is #7F766C. Grayscale: #878787. Windows color (decimal): -8353389 or 9668992. OLE color: 9668992.

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

Color convert

RGB 128 137 147 -
CMYK 0.13 0.07 0 0.42
HSL 211.58º 0.08% 0.54% -
HSV(B) 211.58º 0.13% 0.58% -
XYZ 23.11 24.59 31.13 -
YUV 135.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 128 137 147 0.13 0.07 0 0.42 211.58 0.08 0.54
Hex 80 89 93 D 7 0 2A D4 8 36
Octal 200 211 223 15 7 0 52 324 10 66
Binary 10000000 10001001 10010011 1101 111 0 101010 11010100 1000 110110

Color Harmonies of #808993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808993

Black with #808993

Text Example


Text Example

White with #808993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808993; }

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

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

background-color css

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

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

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

border-color css

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

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

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