#818A95

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

Shades of Light Slate Grey #818A95

Tints of Light Slate Grey #818A95

Color information

#818A95 (or 0x818A95) is unknown color: approx Light Slate Grey. HEX triplet: 81, 8A and 95. RGB value is (129,138,149). Sum of RGB (Red+Green+Blue) = 129+138+149=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #818A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A95 is #7E756A. Grayscale: #888888. Windows color (decimal): -8287595 or 9800321. OLE color: 9800321.

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

Color convert

RGB129138149-
CMYK0.130.0700.42
HSL213º8.62%54.51%-
HSV(B)213º13.42%58.43%-
XYZ23.5725.0132.02-
YUV136.56135.02122.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=31.01%
G=33.17%
B=35.82%

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
Decimal1291381490.130.0700.422138.6254.51
Hex818A95D702Ad5937
Octal2012122251570523251167
Binary10000001100010101001010111011110101010110101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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