#839AB4

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

Shades of Bali Hai #839AB4

Tints of Bali Hai #839AB4

Color information

#839AB4 (or 0x839AB4) is unknown color: approx Bali Hai. HEX triplet: 83, 9A and B4. RGB value is (131,154,180). Sum of RGB (Red+Green+Blue) = 131+154+180=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #839AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839AB4 is #7C654B. Grayscale: #959595. Windows color (decimal): -8152396 or 11836035. OLE color: 11836035.

HSL color Cylindrical-coordinate representation of color #839AB4: hue angle of 211.84º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #839AB4 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131154180-
CMYK0.270.1400.29
HSL211.84º24.62%60.98%-
HSV(B)211.84º27.22%70.59%-
XYZ29.1531.2347.67-
YUV150.09144.88114.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=28.17%
G=33.12%
B=38.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311541800.270.1400.29211.8424.6260.98
Hex839AB41BE01Dd4193d
Octal20323226433160353243175
Binary1000001110011010101101001101111100111011101010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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