#849FAF

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

Shades of Bali Hai #849FAF

Tints of Bali Hai #849FAF

Color information

#849FAF (or 0x849FAF) is unknown color: approx Bali Hai. HEX triplet: 84, 9F and AF. RGB value is (132,159,175). Sum of RGB (Red+Green+Blue) = 132+159+175=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #849FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FAF is #7B6050. Grayscale: #989898. Windows color (decimal): -8085585 or 11509636. OLE color: 11509636.

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

Color convert

RGB132159175-
CMYK0.250.0900.31
HSL202.33º21.18%60.2%-
HSV(B)202.33º24.57%68.63%-
XYZ29.6532.845.33-
YUV152.75140.55113.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=28.33%
G=34.12%
B=37.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321591750.250.0900.31202.3321.1860.2
Hex849FAF19901Fca153c
Octal20423725731110373122574
Binary1000010010011111101011111100110010111111100101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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