#849DB0

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

Shades of Bali Hai #849DB0

Tints of Bali Hai #849DB0

Color information

#849DB0 (or 0x849DB0) is unknown color: approx Bali Hai. HEX triplet: 84, 9D and B0. RGB value is (132,157,176). Sum of RGB (Red+Green+Blue) = 132+157+176=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 176 - color contains mainly: blue. Hex color #849DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849DB0 is #7B624F. Grayscale: #979797. Windows color (decimal): -8086096 or 11574660. OLE color: 11574660.

HSL color Cylindrical-coordinate representation of color #849DB0: hue angle of 205.91º degrees, saturation: 0.22, 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 #849DB0 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132157176-
CMYK0.250.1100.31
HSL205.91º21.78%60.39%-
HSV(B)205.91º25%69.02%-
XYZ29.4132.1545.73-
YUV151.69141.72113.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=28.39%
G=33.76%
B=37.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321571760.250.1100.31205.9121.7860.39
Hex849DB019B01Fce163c
Octal20423526031130373162674
Binary1000010010011101101100001100110110111111100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,157,176); }

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

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

 a { background-color: rgb(132,157,176); }

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

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

 span { border-color: rgb(132,157,176); }

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