#818B94

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

Shades of Light Slate Grey #818B94

Tints of Light Slate Grey #818B94

Color information

#818B94 (or 0x818B94) is unknown color: approx Light Slate Grey. HEX triplet: 81, 8B and 94. RGB value is (129,139,148). Sum of RGB (Red+Green+Blue) = 129+139+148=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 148 - color contains mainly: blue. Hex color #818B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B94 is #7E746B. Grayscale: #888888. Windows color (decimal): -8287340 or 9735041. OLE color: 9735041.

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

Color convert

RGB129139148-
CMYK0.130.0600.42
HSL208.42º8.15%54.31%-
HSV(B)208.42º12.84%58.04%-
XYZ23.6325.2731.65-
YUV137.04134.19122.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=31.01%
G=33.41%
B=35.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291391480.130.0600.42208.428.1554.31
Hex818B94D602Ad0836
Octal2012132241560523201066
Binary10000001100010111001010011011100101010110100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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