#818993

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

Shades of Light Slate Grey #818993

Tints of Light Slate Grey #818993

Color information

#818993 (or 0x818993) is unknown color: approx Light Slate Grey. HEX triplet: 81, 89 and 93. RGB value is (129,137,147). Sum of RGB (Red+Green+Blue) = 129+137+147=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #818993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818993 is #7E766C. Grayscale: #878787. Windows color (decimal): -8287853 or 9668993. OLE color: 9668993.

HSL color Cylindrical-coordinate representation of color #818993: hue angle of 213.33º 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 #818993 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129137147-
CMYK0.120.0700.42
HSL213.33º7.69%54.12%-
HSV(B)213.33º12.24%57.65%-
XYZ23.2724.6731.14-
YUV135.75134.35123.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=31.23%
G=33.17%
B=35.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291371470.120.0700.42213.337.6954.12
Hex818993C702Ad5836
Octal2012112231470523251066
Binary10000001100010011001001111001110101010110101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818993; }

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

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

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

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

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

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

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

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