#818C9A

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

Shades of Light Slate Grey #818C9A

Tints of Light Slate Grey #818C9A

Color information

#818C9A (or 0x818C9A) is unknown color: approx Light Slate Grey. HEX triplet: 81, 8C and 9A. RGB value is (129,140,154). Sum of RGB (Red+Green+Blue) = 129+140+154=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: blue. Hex color #818C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C9A is #7E7365. Grayscale: #8A8A8A. Windows color (decimal): -8287078 or 10128513. OLE color: 10128513.

HSL color Cylindrical-coordinate representation of color #818C9A: hue angle of 213.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #818C9A is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB129140154-
CMYK0.160.0900.40
HSL213.6º11.01%55.49%-
HSV(B)213.6º16.23%60.39%-
XYZ24.2625.7634.26-
YUV138.31136.86121.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=30.50%
G=33.10%
B=36.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291401540.160.0900.40213.611.0155.49
Hex818C9A109028d6b37
Octal20121423220110503261367
Binary1000000110001100100110101000010010101000110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,140,154); }

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

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

 a { background-color: rgb(129,140,154); }

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

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

 span { border-color: rgb(129,140,154); }

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