#839CA6

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

Shades of Bali Hai #839CA6

Tints of Bali Hai #839CA6

Color information

#839CA6 (or 0x839CA6) is unknown color: approx Bali Hai. HEX triplet: 83, 9C and A6. RGB value is (131,156,166). Sum of RGB (Red+Green+Blue) = 131+156+166=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 166 - color contains mainly: blue. Hex color #839CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839CA6 is #7C6359. Grayscale: #959595. Windows color (decimal): -8151898 or 10919043. OLE color: 10919043.

HSL color Cylindrical-coordinate representation of color #839CA6: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #839CA6 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB131156166-
CMYK0.210.0600.35
HSL197.14º16.43%58.24%-
HSV(B)197.14º21.08%65.1%-
XYZ28.1331.3640.65-
YUV149.66137.22114.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.92%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 166 (65.23% from 255) = 36.64%
R=28.92%
G=34.44%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311561660.210.0600.35197.1416.4358.24
Hex839CA6156023c5103a
Octal2032342462560433052072
Binary1000001110011100101001101010111001000111100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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