#81909E

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

Shades of Light Slate Grey #81909E

Tints of Light Slate Grey #81909E

Color information

#81909E (or 0x81909E) is unknown color: approx Light Slate Grey. HEX triplet: 81, 90 and 9E. RGB value is (129,144,158). Sum of RGB (Red+Green+Blue) = 129+144+158=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #81909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81909E is #7E6F61. Grayscale: #8D8D8D. Windows color (decimal): -8286050 or 10391681. OLE color: 10391681.

HSL color Cylindrical-coordinate representation of color #81909E: hue angle of 208.97º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81909E is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129144158-
CMYK0.180.0900.38
HSL208.97º13%56.27%-
HSV(B)208.97º18.35%61.96%-
XYZ25.227.0836.25-
YUV141.11137.53119.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.93%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=29.93%
G=33.41%
B=36.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291441580.180.0900.38208.971356.27
Hex81909E129026d1d38
Octal20122023622110463211570
Binary1000000110010000100111101001010010100110110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81909E; }

 p { color: rgb(129,144,158); }

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

<style>
 a { background-color: #81909E; }

 a { background-color: rgb(129,144,158); }

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

<style>
 span { border-color: #81909E; }

 span { border-color: rgb(129,144,158); }

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