#818F9B

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

Shades of Light Slate Grey #818F9B

Tints of Light Slate Grey #818F9B

Color information

#818F9B (or 0x818F9B) is unknown color: approx Light Slate Grey. HEX triplet: 81, 8F and 9B. RGB value is (129,143,155). Sum of RGB (Red+Green+Blue) = 129+143+155=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #818F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F9B is #7E7064. Grayscale: #8C8C8C. Windows color (decimal): -8286309 or 10194817. OLE color: 10194817.

HSL color Cylindrical-coordinate representation of color #818F9B: hue angle of 207.69º 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 #818F9B is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129143155-
CMYK0.170.0800.39
HSL207.69º11.5%55.69%-
HSV(B)207.69º16.77%60.78%-
XYZ24.7926.6834.85-
YUV140.18136.36120.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=30.21%
G=33.49%
B=36.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291431550.170.0800.39207.6911.555.69
Hex818F9B118027d0c38
Octal20121723321100473201470
Binary1000000110001111100110111000110000100111110100001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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