Html Css Color HEX #808795 Light Slate Grey

📋 copy color: '#808795'

red 128 ◦ green 135 ◦ blue 149

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

Shades of Light Slate Grey #808795

Tints of Light Slate Grey #808795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 31.07%
G = 32.77%
B = 36.17%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808795 (or 0x808795) is known color: Light Slate Grey. HEX triplet: 80, 87 and 95. RGB value is (128,135,149). Sum of RGB (Red+Green+Blue) = 128+135+149=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #808795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808795 is #7F786A. Grayscale: #868686. Windows color (decimal): -8353899 or 9799552. OLE color: 9799552.

HSL color Cylindrical-coordinate representation of color #808795: hue angle of 220º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808795 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 135 149 -
CMYK 0.14 0.09 0 0.42
HSL 220º 0.09% 0.54% -
HSV(B) 220º 0.14% 0.58% -
XYZ 22.99 24.09 31.87 -
YUV 134.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 128 135 149 0.14 0.09 0 0.42 220 0.09 0.54
Hex 80 87 95 E 9 0 2A DC 9 36
Octal 200 207 225 16 11 0 52 334 11 66
Binary 10000000 10000111 10010101 1110 1001 0 101010 11011100 1001 110110

Color Harmonies of #808795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808795

Black with #808795

Text Example


Text Example

White with #808795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808795; }

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

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

background-color css

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

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

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

border-color css

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

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

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