#849EB4

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

Shades of Bali Hai #849EB4

Tints of Bali Hai #849EB4

Color information

#849EB4 (or 0x849EB4) is unknown color: approx Bali Hai. HEX triplet: 84, 9E and B4. RGB value is (132,158,180). Sum of RGB (Red+Green+Blue) = 132+158+180=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #849EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EB4 is #7B614B. Grayscale: #989898. Windows color (decimal): -8085836 or 11837060. OLE color: 11837060.

HSL color Cylindrical-coordinate representation of color #849EB4: hue angle of 207.5º 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 #849EB4 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132158180-
CMYK0.270.1200.29
HSL207.5º24.24%61.18%-
HSV(B)207.5º26.67%70.59%-
XYZ29.9832.6547.9-
YUV152.73143.39113.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.09%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=28.09%
G=33.62%
B=38.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321581800.270.1200.29207.524.2461.18
Hex849EB41BC01Dd0183d
Octal20423626433140353203075
Binary1000010010011110101101001101111000111011101000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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