#849BB4

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

Shades of Bali Hai #849BB4

Tints of Bali Hai #849BB4

Color information

#849BB4 (or 0x849BB4) is unknown color: approx Bali Hai. HEX triplet: 84, 9B and B4. RGB value is (132,155,180). Sum of RGB (Red+Green+Blue) = 132+155+180=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #849BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BB4 is #7B644B. Grayscale: #969696. Windows color (decimal): -8086604 or 11836292. OLE color: 11836292.

HSL color Cylindrical-coordinate representation of color #849BB4: hue angle of 211.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #849BB4 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132155180-
CMYK0.270.1400.29
HSL211.25º24.24%61.18%-
HSV(B)211.25º26.67%70.59%-
XYZ29.4831.6447.73-
YUV150.97144.38114.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=28.27%
G=33.19%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321551800.270.1400.29211.2524.2461.18
Hex849BB41BE01Dd3183d
Octal20423326433160353233075
Binary1000010010011011101101001101111100111011101001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,155,180); }

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

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

 a { background-color: rgb(132,155,180); }

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

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

 span { border-color: rgb(132,155,180); }

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