#818992

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

Shades of Light Slate Grey #818992

Tints of Light Slate Grey #818992

Color information

#818992 (or 0x818992) is unknown color: approx Light Slate Grey. HEX triplet: 81, 89 and 92. RGB value is (129,137,146). Sum of RGB (Red+Green+Blue) = 129+137+146=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #818992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818992 is #7E766D. Grayscale: #878787. Windows color (decimal): -8287854 or 9603457. OLE color: 9603457.

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

Color convert

RGB129137146-
CMYK0.120.0600.43
HSL211.76º7.23%53.92%-
HSV(B)211.76º11.64%57.25%-
XYZ23.1924.6330.73-
YUV135.63133.85123.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=31.31%
G=33.25%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291371460.120.0600.43211.767.2353.92
Hex818992C602Bd4736
Octal201211222146053324766
Binary1000000110001001100100101100110010101111010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818992; }

 p { color: rgb(129,137,146); }

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

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

 a { background-color: rgb(129,137,146); }

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

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

 span { border-color: rgb(129,137,146); }

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