#818994

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

Shades of Light Slate Grey #818994

Tints of Light Slate Grey #818994

Color information

#818994 (or 0x818994) is unknown color: approx Light Slate Grey. HEX triplet: 81, 89 and 94. RGB value is (129,137,148). Sum of RGB (Red+Green+Blue) = 129+137+148=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #818994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818994 is #7E766B. Grayscale: #878787. Windows color (decimal): -8287852 or 9734529. OLE color: 9734529.

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

Color convert

RGB129137148-
CMYK0.130.0700.42
HSL214.74º8.15%54.31%-
HSV(B)214.74º12.84%58.04%-
XYZ23.3424.731.55-
YUV135.86134.85123.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=31.16%
G=33.09%
B=35.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291371480.130.0700.42214.748.1554.31
Hex818994D702Ad7836
Octal2012112241570523271066
Binary10000001100010011001010011011110101010110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818994; }

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

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

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

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

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

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

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

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