Html Css Color HEX #808793 Light Slate Grey

📋 copy color: '#808793'

red 128 ◦ green 135 ◦ blue 147

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

Shades of Light Slate Grey #808793

Tints of Light Slate Grey #808793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.93%

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

R = 31.22%
G = 32.93%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808793 (or 0x808793) is known color: Light Slate Grey. HEX triplet: 80, 87 and 93. RGB value is (128,135,147). Sum of RGB (Red+Green+Blue) = 128+135+147=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #808793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808793 is #7F786C. Grayscale: #868686. Windows color (decimal): -8353901 or 9668480. OLE color: 9668480.

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

Color convert

RGB 128 135 147 -
CMYK 0.13 0.08 0 0.42
HSL 217.89º 0.08% 0.54% -
HSV(B) 217.89º 0.13% 0.58% -
XYZ 22.83 24.02 31.04 -
YUV 134.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 128 135 147 0.13 0.08 0 0.42 217.89 0.08 0.54
Hex 80 87 93 D 8 0 2A DA 8 36
Octal 200 207 223 15 10 0 52 332 10 66
Binary 10000000 10000111 10010011 1101 1000 0 101010 11011010 1000 110110

Color Harmonies of #808793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808793

Black with #808793

Text Example


Text Example

White with #808793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808793; }

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

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

background-color css

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

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

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

border-color css

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

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

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