#849CB2

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

Shades of Bali Hai #849CB2

Tints of Bali Hai #849CB2

Color information

#849CB2 (or 0x849CB2) is unknown color: approx Bali Hai. HEX triplet: 84, 9C and B2. RGB value is (132,156,178). Sum of RGB (Red+Green+Blue) = 132+156+178=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 178 - color contains mainly: blue. Hex color #849CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849CB2 is #7B634D. Grayscale: #979797. Windows color (decimal): -8086350 or 11705476. OLE color: 11705476.

HSL color Cylindrical-coordinate representation of color #849CB2: hue angle of 208.7º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #849CB2 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132156178-
CMYK0.260.1200.30
HSL208.7º23%60.78%-
HSV(B)208.7º25.84%69.8%-
XYZ29.4431.946.72-
YUV151.33143.05114.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=28.33%
G=33.48%
B=38.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321561780.260.1200.30208.72360.78
Hex849CB21AC01Ed1173d
Octal20423426232140363212775
Binary1000010010011100101100101101011000111101101000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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