#849FA9

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

Shades of Bali Hai #849FA9

Tints of Bali Hai #849FA9

Color information

#849FA9 (or 0x849FA9) is unknown color: approx Bali Hai. HEX triplet: 84, 9F and A9. RGB value is (132,159,169). Sum of RGB (Red+Green+Blue) = 132+159+169=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 169 - color contains mainly: blue. Hex color #849FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FA9 is #7B6056. Grayscale: #989898. Windows color (decimal): -8085591 or 11116420. OLE color: 11116420.

HSL color Cylindrical-coordinate representation of color #849FA9: hue angle of 196.22º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #849FA9 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB132159169-
CMYK0.220.0600.34
HSL196.22º17.7%59.02%-
HSV(B)196.22º21.89%66.27%-
XYZ29.0832.5742.29-
YUV152.07137.55113.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.70%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=28.70%
G=34.57%
B=36.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1321591690.220.0600.34196.2217.759.02
Hex849FA9166022c4123b
Octal2042372512660423042273
Binary1000010010011111101010011011011001000101100010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849FA9; }

 p { color: rgb(132,159,169); }

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

<style>
 a { background-color: #849FA9; }

 a { background-color: rgb(132,159,169); }

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

<style>
 span { border-color: #849FA9; }

 span { border-color: rgb(132,159,169); }

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