#818B95

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

Shades of Light Slate Grey #818B95

Tints of Light Slate Grey #818B95

Color information

#818B95 (or 0x818B95) is unknown color: approx Light Slate Grey. HEX triplet: 81, 8B and 95. RGB value is (129,139,149). Sum of RGB (Red+Green+Blue) = 129+139+149=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #818B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B95 is #7E746A. Grayscale: #898989. Windows color (decimal): -8287339 or 9800577. OLE color: 9800577.

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

Color convert

RGB129139149-
CMYK0.130.0700.42
HSL210º8.62%54.51%-
HSV(B)210º13.42%58.43%-
XYZ23.7125.332.07-
YUV137.15134.69122.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=30.94%
G=33.33%
B=35.73%

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
Decimal1291391490.130.0700.422108.6254.51
Hex818B95D702Ad2937
Octal2012132251570523221167
Binary10000001100010111001010111011110101010110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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