#849EAD

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

Shades of Bali Hai #849EAD

Tints of Bali Hai #849EAD

Color information

#849EAD (or 0x849EAD) is unknown color: approx Bali Hai. HEX triplet: 84, 9E and AD. RGB value is (132,158,173). Sum of RGB (Red+Green+Blue) = 132+158+173=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #849EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849EAD is #7B6152. Grayscale: #979797. Windows color (decimal): -8085843 or 11378308. OLE color: 11378308.

HSL color Cylindrical-coordinate representation of color #849EAD: hue angle of 201.95º degrees, saturation: 0.2, 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 #849EAD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132158173-
CMYK0.240.0900.32
HSL201.95º20%59.8%-
HSV(B)201.95º23.7%67.84%-
XYZ29.2932.3844.24-
YUV151.94139.89113.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=28.51%
G=34.13%
B=37.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321581730.240.0900.32201.952059.8
Hex849EAD189020ca143c
Octal20423625530110403122474
Binary10000100100111101010110111000100101000001100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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