#839EAB

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

Shades of Bali Hai #839EAB

Tints of Bali Hai #839EAB

Color information

#839EAB (or 0x839EAB) is unknown color: approx Bali Hai. HEX triplet: 83, 9E and AB. RGB value is (131,158,171). Sum of RGB (Red+Green+Blue) = 131+158+171=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #839EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EAB is #7C6154. Grayscale: #979797. Windows color (decimal): -8151381 or 11247235. OLE color: 11247235.

HSL color Cylindrical-coordinate representation of color #839EAB: hue angle of 199.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #839EAB is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131158171-
CMYK0.230.0800.33
HSL199.5º19.23%59.22%-
HSV(B)199.5º23.39%67.06%-
XYZ28.9432.2243.22-
YUV151.41139.05113.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=28.48%
G=34.35%
B=37.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311581710.230.0800.33199.519.2359.22
Hex839EAB178021c8133b
Octal20323625327100413102373
Binary10000011100111101010101110111100001000011100100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,158,171); }

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

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

 a { background-color: rgb(131,158,171); }

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

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

 span { border-color: rgb(131,158,171); }

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