Html Css Color HEX #808796 Light Slate Grey

📋 copy color: '#808796'

red 128 ◦ green 135 ◦ blue 150

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

Shades of Light Slate Grey #808796

Tints of Light Slate Grey #808796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 30.99%
G = 32.69%
B = 36.32%

CMYK

 C value IS 0.15

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#808796 (or 0x808796) is known color: Light Slate Grey. HEX triplet: 80, 87 and 96. RGB value is (128,135,150). Sum of RGB (Red+Green+Blue) = 128+135+150=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 150 - color contains mainly: blue. Hex color #808796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808796 is #7F7869. Grayscale: #868686. Windows color (decimal): -8353898 or 9865088. OLE color: 9865088.

HSL color Cylindrical-coordinate representation of color #808796: hue angle of 220.91º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808796 is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 135 150 -
CMYK 0.15 0.1 0 0.41
HSL 220.91º 0.09% 0.55% -
HSV(B) 220.91º 0.15% 0.59% -
XYZ 23.07 24.12 32.29 -
YUV 134.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 128 135 150 0.15 0.1 0 0.41 220.91 0.09 0.55
Hex 80 87 96 F A 0 29 DD 9 37
Octal 200 207 226 17 12 0 51 335 11 67
Binary 10000000 10000111 10010110 1111 1010 0 101001 11011101 1001 110111

Color Harmonies of #808796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808796

Black with #808796

Text Example


Text Example

White with #808796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808796; }

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

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

background-color css

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

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

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

border-color css

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

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

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