#849DAD

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

Shades of Bali Hai #849DAD

Tints of Bali Hai #849DAD

Color information

#849DAD (or 0x849DAD) is unknown color: approx Bali Hai. HEX triplet: 84, 9D and AD. RGB value is (132,157,173). Sum of RGB (Red+Green+Blue) = 132+157+173=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #849DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849DAD is #7B6252. Grayscale: #979797. Windows color (decimal): -8086099 or 11378052. OLE color: 11378052.

HSL color Cylindrical-coordinate representation of color #849DAD: hue angle of 203.41º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #849DAD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132157173-
CMYK0.240.0900.32
HSL203.41º20%59.8%-
HSV(B)203.41º23.7%67.84%-
XYZ29.1232.0444.18-
YUV151.35140.22114.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=28.57%
G=33.98%
B=37.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321571730.240.0900.32203.412059.8
Hex849DAD189020cb143c
Octal20423525530110403132474
Binary10000100100111011010110111000100101000001100101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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