#839DAD

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

Shades of Bali Hai #839DAD

Tints of Bali Hai #839DAD

Color information

#839DAD (or 0x839DAD) is unknown color: approx Bali Hai. HEX triplet: 83, 9D and AD. RGB value is (131,157,173). Sum of RGB (Red+Green+Blue) = 131+157+173=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #839DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839DAD is #7C6252. Grayscale: #969696. Windows color (decimal): -8151635 or 11378051. OLE color: 11378051.

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

Color convert

RGB131157173-
CMYK0.240.0900.32
HSL202.86º20.39%59.61%-
HSV(B)202.86º24.28%67.84%-
XYZ28.9631.9644.18-
YUV151.05140.39113.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=28.42%
G=34.06%
B=37.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311571730.240.0900.32202.8620.3959.61
Hex839DAD189020cb143c
Octal20323525530110403132474
Binary10000011100111011010110111000100101000001100101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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