#849AAE

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

Shades of Bali Hai #849AAE

Tints of Bali Hai #849AAE

Color information

#849AAE (or 0x849AAE) is unknown color: approx Bali Hai. HEX triplet: 84, 9A and AE. RGB value is (132,154,174). Sum of RGB (Red+Green+Blue) = 132+154+174=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #849AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849AAE is #7B6551. Grayscale: #959595. Windows color (decimal): -8086866 or 11442820. OLE color: 11442820.

HSL color Cylindrical-coordinate representation of color #849AAE: hue angle of 208.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #849AAE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132154174-
CMYK0.240.1100.32
HSL208.57º20.59%60%-
HSV(B)208.57º24.14%68.24%-
XYZ28.7131.0744.53-
YUV149.7141.71115.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.70%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=28.70%
G=33.48%
B=37.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321541740.240.1100.32208.5720.5960
Hex849AAE18B020d1153c
Octal20423225630130403212574
Binary10000100100110101010111011000101101000001101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,154,174); }

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

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

 a { background-color: rgb(132,154,174); }

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

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

 span { border-color: rgb(132,154,174); }

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