#818A9B

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

Shades of Light Slate Grey #818A9B

Tints of Light Slate Grey #818A9B

Color information

#818A9B (or 0x818A9B) is unknown color: approx Light Slate Grey. HEX triplet: 81, 8A and 9B. RGB value is (129,138,155). Sum of RGB (Red+Green+Blue) = 129+138+155=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #818A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A9B is #7E7564. Grayscale: #898989. Windows color (decimal): -8287589 or 10193537. OLE color: 10193537.

HSL color Cylindrical-coordinate representation of color #818A9B: hue angle of 219.23º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #818A9B is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129138155-
CMYK0.170.1100.39
HSL219.23º11.5%55.69%-
HSV(B)219.23º16.77%60.78%-
XYZ24.0625.2134.61-
YUV137.25138.02122.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=30.57%
G=32.70%
B=36.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291381550.170.1100.39219.2311.555.69
Hex818A9B11B027dbc38
Octal20121223321130473331470
Binary1000000110001010100110111000110110100111110110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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