#839AAF

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

Shades of Bali Hai #839AAF

Tints of Bali Hai #839AAF

Color information

#839AAF (or 0x839AAF) is unknown color: approx Bali Hai. HEX triplet: 83, 9A and AF. RGB value is (131,154,175). Sum of RGB (Red+Green+Blue) = 131+154+175=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #839AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839AAF is #7C6550. Grayscale: #959595. Windows color (decimal): -8152401 or 11508355. OLE color: 11508355.

HSL color Cylindrical-coordinate representation of color #839AAF: hue angle of 208.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #839AAF is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131154175-
CMYK0.250.1200.31
HSL208.64º21.57%60%-
HSV(B)208.64º25.14%68.63%-
XYZ28.6531.0345.04-
YUV149.52142.38114.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=28.48%
G=33.48%
B=38.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311541750.250.1200.31208.6421.5760
Hex839AAF19C01Fd1163c
Octal20323225731140373212674
Binary1000001110011010101011111100111000111111101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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