#839CA9

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

Shades of Bali Hai #839CA9

Tints of Bali Hai #839CA9

Color information

#839CA9 (or 0x839CA9) is unknown color: approx Bali Hai. HEX triplet: 83, 9C and A9. RGB value is (131,156,169). Sum of RGB (Red+Green+Blue) = 131+156+169=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 169 - color contains mainly: blue. Hex color #839CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839CA9 is #7C6356. Grayscale: #959595. Windows color (decimal): -8151895 or 11115651. OLE color: 11115651.

HSL color Cylindrical-coordinate representation of color #839CA9: hue angle of 200.53º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #839CA9 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB131156169-
CMYK0.220.0800.34
HSL200.53º18.1%58.82%-
HSV(B)200.53º22.49%66.27%-
XYZ28.4131.4742.11-
YUV150.01138.72114.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.73%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=28.73%
G=34.21%
B=37.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311561690.220.0800.34200.5318.158.82
Hex839CA9168022c9123b
Octal20323425126100423112273
Binary10000011100111001010100110110100001000101100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,156,169); }

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

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

 a { background-color: rgb(131,156,169); }

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

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

 span { border-color: rgb(131,156,169); }

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