#839EAA

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

Shades of Bali Hai #839EAA

Tints of Bali Hai #839EAA

Color information

#839EAA (or 0x839EAA) is unknown color: approx Bali Hai. HEX triplet: 83, 9E and AA. RGB value is (131,158,170). Sum of RGB (Red+Green+Blue) = 131+158+170=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #839EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EAA is #7C6155. Grayscale: #979797. Windows color (decimal): -8151382 or 11181699. OLE color: 11181699.

HSL color Cylindrical-coordinate representation of color #839EAA: hue angle of 198.46º 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 #839EAA is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131158170-
CMYK0.230.0700.33
HSL198.46º18.66%59.02%-
HSV(B)198.46º22.94%66.67%-
XYZ28.8432.1842.72-
YUV151.29138.55113.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=28.54%
G=34.42%
B=37.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311581700.230.0700.33198.4618.6659.02
Hex839EAA177021c6133b
Octal2032362522770413062373
Binary1000001110011110101010101011111101000011100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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