Html Css Color HEX #808693 Light Slate Grey

📋 copy color: '#808693'

red 128 ◦ green 134 ◦ blue 147

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

Shades of Light Slate Grey #808693

Tints of Light Slate Grey #808693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

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

R = 31.3%
G = 32.76%
B = 35.94%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808693 (or 0x808693) is known color: Light Slate Grey. HEX triplet: 80, 86 and 93. RGB value is (128,134,147). Sum of RGB (Red+Green+Blue) = 128+134+147=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #808693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808693 is #7F796C. Grayscale: #858585. Windows color (decimal): -8354157 or 9668224. OLE color: 9668224.

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

Color convert

RGB 128 134 147 -
CMYK 0.13 0.09 0 0.42
HSL 221.05º 0.08% 0.54% -
HSV(B) 221.05º 0.13% 0.58% -
XYZ 22.69 23.75 30.99 -
YUV 133.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 128 134 147 0.13 0.09 0 0.42 221.05 0.08 0.54
Hex 80 86 93 D 9 0 2A DD 8 36
Octal 200 206 223 15 11 0 52 335 10 66
Binary 10000000 10000110 10010011 1101 1001 0 101010 11011101 1000 110110

Color Harmonies of #808693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808693

Black with #808693

Text Example


Text Example

White with #808693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808693; }

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

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

background-color css

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

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

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

border-color css

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

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

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