#849CAF

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

Shades of Bali Hai #849CAF

Tints of Bali Hai #849CAF

Color information

#849CAF (or 0x849CAF) is unknown color: approx Bali Hai. HEX triplet: 84, 9C and AF. RGB value is (132,156,175). Sum of RGB (Red+Green+Blue) = 132+156+175=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #849CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849CAF is #7B6350. Grayscale: #969696. Windows color (decimal): -8086353 or 11508868. OLE color: 11508868.

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

Color convert

RGB132156175-
CMYK0.250.1100.31
HSL206.51º21.18%60.2%-
HSV(B)206.51º24.57%68.63%-
XYZ29.1431.7845.16-
YUV150.99141.55114.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=28.51%
G=33.69%
B=37.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321561750.250.1100.31206.5121.1860.2
Hex849CAF19B01Fcf153c
Octal20423425731130373172574
Binary1000010010011100101011111100110110111111100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,156,175); }

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

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

 a { background-color: rgb(132,156,175); }

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

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

 span { border-color: rgb(132,156,175); }

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