#818791

Color #818791 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #818791

Tints of Light Slate Grey #818791

Color information

#818791 (or 0x818791) is unknown color: approx Light Slate Grey. HEX triplet: 81, 87 and 91. RGB value is (129,135,145). Sum of RGB (Red+Green+Blue) = 129+135+145=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 145 - color contains mainly: blue. Hex color #818791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818791 is #7E786E. Grayscale: #868686. Windows color (decimal): -8288367 or 9537409. OLE color: 9537409.

HSL color Cylindrical-coordinate representation of color #818791: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #818791 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB129135145-
CMYK0.110.0700.43
HSL217.5º6.78%53.73%-
HSV(B)217.5º11.03%56.86%-
XYZ22.8324.0430.22-
YUV134.35134.01124.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 145 (57.03% from 255) = 35.45%
R=31.54%
G=33.01%
B=35.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291351450.110.0700.43217.56.7853.73
Hex818791B702Bd9736
Octal201207221137053331766
Binary1000000110000111100100011011111010101111011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818791; }

 p { color: rgb(129,135,145); }

 H1.HeaderClassName
 {
   color: #818791;
 }
 .AnyTagClassName
 {
   color: #818791;
 }
</style>
background-color css

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

 a { background-color: rgb(129,135,145); }

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

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

 span { border-color: rgb(129,135,145); }

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