#839AAD

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

Shades of Bali Hai #839AAD

Tints of Bali Hai #839AAD

Color information

#839AAD (or 0x839AAD) is unknown color: approx Bali Hai. HEX triplet: 83, 9A and AD. RGB value is (131,154,173). Sum of RGB (Red+Green+Blue) = 131+154+173=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #839AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839AAD is #7C6552. Grayscale: #959595. Windows color (decimal): -8152403 or 11377283. OLE color: 11377283.

HSL color Cylindrical-coordinate representation of color #839AAD: hue angle of 207.14º 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 #839AAD is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131154173-
CMYK0.240.1100.32
HSL207.14º20.39%59.61%-
HSV(B)207.14º24.28%67.84%-
XYZ28.4630.9544.01-
YUV149.29141.38114.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.60%
GREEN value IS 154 (60.55% from 255) = 33.62%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=28.60%
G=33.62%
B=37.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311541730.240.1100.32207.1420.3959.61
Hex839AAD18B020cf143c
Octal20323225530130403172474
Binary10000011100110101010110111000101101000001100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839AAD; }

 p { color: rgb(131,154,173); }

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

<style>
 a { background-color: #839AAD; }

 a { background-color: rgb(131,154,173); }

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

<style>
 span { border-color: #839AAD; }

 span { border-color: rgb(131,154,173); }

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