#81919B

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

Shades of Light Slate Grey #81919B

Tints of Light Slate Grey #81919B

Color information

#81919B (or 0x81919B) is unknown color: approx Light Slate Grey. HEX triplet: 81, 91 and 9B. RGB value is (129,145,155). Sum of RGB (Red+Green+Blue) = 129+145+155=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #81919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81919B is #7E6E64. Grayscale: #8D8D8D. Windows color (decimal): -8285797 or 10195329. OLE color: 10195329.

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

Color convert

RGB129145155-
CMYK0.170.0600.39
HSL203.08º11.5%55.69%-
HSV(B)203.08º16.77%60.78%-
XYZ25.127.2834.95-
YUV141.36135.7119.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=30.07%
G=33.80%
B=36.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291451550.170.0600.39203.0811.555.69
Hex81919B116027cbc38
Octal2012212332160473131470
Binary100000011001000110011011100011100100111110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81919B; }

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

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

<style>
 a { background-color: #81919B; }

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

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

<style>
 span { border-color: #81919B; }

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

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