#849FB4

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

Shades of Bali Hai #849FB4

Tints of Bali Hai #849FB4

Color information

#849FB4 (or 0x849FB4) is unknown color: approx Bali Hai. HEX triplet: 84, 9F and B4. RGB value is (132,159,180). Sum of RGB (Red+Green+Blue) = 132+159+180=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #849FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FB4 is #7B604B. Grayscale: #999999. Windows color (decimal): -8085580 or 11837316. OLE color: 11837316.

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

Color convert

RGB132159180-
CMYK0.270.1200.29
HSL206.25º24.24%61.18%-
HSV(B)206.25º26.67%70.59%-
XYZ30.153347.96-
YUV153.32143.05112.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=28.03%
G=33.76%
B=38.22%

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
Decimal1321591800.270.1200.29206.2524.2461.18
Hex849FB41BC01Dce183d
Octal20423726433140353163075
Binary1000010010011111101101001101111000111011100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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