#818793

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

Shades of Light Slate Grey #818793

Tints of Light Slate Grey #818793

Color information

#818793 (or 0x818793) is unknown color: approx Light Slate Grey. HEX triplet: 81, 87 and 93. RGB value is (129,135,147). Sum of RGB (Red+Green+Blue) = 129+135+147=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #818793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818793 is #7E786C. Grayscale: #868686. Windows color (decimal): -8288365 or 9668481. OLE color: 9668481.

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

Color convert

RGB129135147-
CMYK0.120.0800.42
HSL220º7.69%54.12%-
HSV(B)220º12.24%57.65%-
XYZ22.9824.131.04-
YUV134.57135.01124.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=31.39%
G=32.85%
B=35.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291351470.120.0800.422207.6954.12
Hex818793C802Adc836
Octal20120722314100523341066
Binary100000011000011110010011110010000101010110111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818793; }

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

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

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

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

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

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

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

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