#81959B

Color #81959B Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #81959B

Tints of Bali Hai #81959B

Color information

#81959B (or 0x81959B) is unknown color: approx Bali Hai. HEX triplet: 81, 95 and 9B. RGB value is (129,149,155). Sum of RGB (Red+Green+Blue) = 129+149+155=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #81959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81959B is #7E6A64. Grayscale: #8F8F8F. Windows color (decimal): -8284773 or 10196353. OLE color: 10196353.

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

Color convert

RGB129149155-
CMYK0.170.0400.39
HSL193.85º11.5%55.69%-
HSV(B)193.85º16.77%60.78%-
XYZ25.7228.5335.16-
YUV143.7134.37117.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.79%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=29.79%
G=34.41%
B=35.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291491550.170.0400.39193.8511.555.69
Hex81959B114027c2c38
Octal2012252332140473021470
Binary100000011001010110011011100011000100111110000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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