#849FB3

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

Shades of Bali Hai #849FB3

Tints of Bali Hai #849FB3

Color information

#849FB3 (or 0x849FB3) is unknown color: approx Bali Hai. HEX triplet: 84, 9F and B3. RGB value is (132,159,179). Sum of RGB (Red+Green+Blue) = 132+159+179=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #849FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FB3 is #7B604C. Grayscale: #999999. Windows color (decimal): -8085581 or 11771780. OLE color: 11771780.

HSL color Cylindrical-coordinate representation of color #849FB3: hue angle of 205.53º degrees, saturation: 0.24, 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 #849FB3 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132159179-
CMYK0.260.1100.30
HSL205.53º23.62%60.98%-
HSV(B)205.53º26.26%70.2%-
XYZ30.0532.9647.43-
YUV153.21142.55112.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.09%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 179 (70.31% from 255) = 38.09%
R=28.09%
G=33.83%
B=38.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321591790.260.1100.30205.5323.6260.98
Hex849FB31AB01Ece183d
Octal20423726332130363163075
Binary1000010010011111101100111101010110111101100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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