#849AB1

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

Shades of Bali Hai #849AB1

Tints of Bali Hai #849AB1

Color information

#849AB1 (or 0x849AB1) is unknown color: approx Bali Hai. HEX triplet: 84, 9A and B1. RGB value is (132,154,177). Sum of RGB (Red+Green+Blue) = 132+154+177=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 177 - color contains mainly: blue. Hex color #849AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849AB1 is #7B654E. Grayscale: #959595. Windows color (decimal): -8086863 or 11639428. OLE color: 11639428.

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

Color convert

RGB132154177-
CMYK0.250.1300.31
HSL210.67º22.39%60.59%-
HSV(B)210.67º25.42%69.41%-
XYZ29.0131.1946.09-
YUV150.04143.21115.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=28.51%
G=33.26%
B=38.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321541770.250.1300.31210.6722.3960.59
Hex849AB119D01Fd3163d
Octal20423226131150373232675
Binary1000010010011010101100011100111010111111101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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