#849EAC

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

Shades of Bali Hai #849EAC

Tints of Bali Hai #849EAC

Color information

#849EAC (or 0x849EAC) is unknown color: approx Bali Hai. HEX triplet: 84, 9E and AC. RGB value is (132,158,172). Sum of RGB (Red+Green+Blue) = 132+158+172=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #849EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849EAC is #7B6153. Grayscale: #979797. Windows color (decimal): -8085844 or 11312772. OLE color: 11312772.

HSL color Cylindrical-coordinate representation of color #849EAC: hue angle of 201º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #849EAC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132158172-
CMYK0.230.0800.33
HSL201º19.42%59.61%-
HSV(B)201º23.26%67.45%-
XYZ29.1932.3443.73-
YUV151.82139.39113.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=28.57%
G=34.20%
B=37.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321581720.230.0800.3320119.4259.61
Hex849EAC178021c9133c
Octal20423625427100413112374
Binary10000100100111101010110010111100001000011100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,172); }

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

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

 a { background-color: rgb(132,158,172); }

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

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

 span { border-color: rgb(132,158,172); }

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