#81969E

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

Shades of Bali Hai #81969E

Tints of Bali Hai #81969E

Color information

#81969E (or 0x81969E) is unknown color: approx Bali Hai. HEX triplet: 81, 96 and 9E. RGB value is (129,150,158). Sum of RGB (Red+Green+Blue) = 129+150+158=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 158 - color contains mainly: blue. Hex color #81969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81969E is #7E6961. Grayscale: #909090. Windows color (decimal): -8284514 or 10393217. OLE color: 10393217.

HSL color Cylindrical-coordinate representation of color #81969E: hue angle of 196.55º 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 #81969E is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129150158-
CMYK0.180.0500.38
HSL196.55º13%56.27%-
HSV(B)196.55º18.35%61.96%-
XYZ26.1328.9536.56-
YUV144.63135.54116.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=29.52%
G=34.32%
B=36.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291501580.180.0500.38196.551356.27
Hex81969E125026c5d38
Octal2012262362250463051570
Binary100000011001011010011110100101010100110110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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