Html Css Color HEX #808790 Light Slate Grey

📋 copy color: '#808790'

red 128 ◦ green 135 ◦ blue 144

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

Shades of Light Slate Grey #808790

Tints of Light Slate Grey #808790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 31.45%
G = 33.17%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#808790 (or 0x808790) is known color: Light Slate Grey. HEX triplet: 80, 87 and 90. RGB value is (128,135,144). Sum of RGB (Red+Green+Blue) = 128+135+144=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 144 - color contains mainly: blue. Hex color #808790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808790 is #7F786F. Grayscale: #858585. Windows color (decimal): -8353904 or 9471872. OLE color: 9471872.

HSL color Cylindrical-coordinate representation of color #808790: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808790 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 135 144 -
CMYK 0.11 0.06 0 0.44
HSL 213.75º 0.07% 0.53% -
HSV(B) 213.75º 0.11% 0.56% -
XYZ 22.6 23.93 29.81 -
YUV 133.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 128 135 144 0.11 0.06 0 0.44 213.75 0.07 0.53
Hex 80 87 90 B 6 0 2C D6 7 35
Octal 200 207 220 13 6 0 54 326 7 65
Binary 10000000 10000111 10010000 1011 110 0 101100 11010110 111 110101

Color Harmonies of #808790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808790

Black with #808790

Text Example


Text Example

White with #808790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808790; }

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

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

background-color css

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

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

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

border-color css

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

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

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