#818A94

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

Shades of Light Slate Grey #818A94

Tints of Light Slate Grey #818A94

Color information

#818A94 (or 0x818A94) is unknown color: approx Light Slate Grey. HEX triplet: 81, 8A and 94. RGB value is (129,138,148). Sum of RGB (Red+Green+Blue) = 129+138+148=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 148 - color contains mainly: blue. Hex color #818A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A94 is #7E756B. Grayscale: #888888. Windows color (decimal): -8287596 or 9734785. OLE color: 9734785.

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

Color convert

RGB129138148-
CMYK0.130.0700.42
HSL211.58º8.15%54.31%-
HSV(B)211.58º12.84%58.04%-
XYZ23.4924.9831.6-
YUV136.45134.52122.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.08%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 148 (58.20% from 255) = 35.66%
R=31.08%
G=33.25%
B=35.66%

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
Decimal1291381480.130.0700.42211.588.1554.31
Hex818A94D702Ad4836
Octal2012122241570523241066
Binary10000001100010101001010011011110101010110101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818A94; }

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

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

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

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

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

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

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

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