#839FAD

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

Shades of Bali Hai #839FAD

Tints of Bali Hai #839FAD

Color information

#839FAD (or 0x839FAD) is unknown color: approx Bali Hai. HEX triplet: 83, 9F and AD. RGB value is (131,159,173). Sum of RGB (Red+Green+Blue) = 131+159+173=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #839FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839FAD is #7C6052. Grayscale: #989898. Windows color (decimal): -8151123 or 11378563. OLE color: 11378563.

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

Color convert

RGB131159173-
CMYK0.240.0800.32
HSL200º20.39%59.61%-
HSV(B)200º24.28%67.84%-
XYZ29.332.6444.29-
YUV152.22139.72112.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.29%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=28.29%
G=34.34%
B=37.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311591730.240.0800.3220020.3959.61
Hex839FAD188020c8143c
Octal20323725530100403102474
Binary10000011100111111010110111000100001000001100100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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