#839CB4

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

Shades of Bali Hai #839CB4

Tints of Bali Hai #839CB4

Color information

#839CB4 (or 0x839CB4) is unknown color: approx Bali Hai. HEX triplet: 83, 9C and B4. RGB value is (131,156,180). Sum of RGB (Red+Green+Blue) = 131+156+180=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #839CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CB4 is #7C634B. Grayscale: #979797. Windows color (decimal): -8151884 or 11836547. OLE color: 11836547.

HSL color Cylindrical-coordinate representation of color #839CB4: hue angle of 209.39º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #839CB4 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131156180-
CMYK0.270.1300.29
HSL209.39º24.62%60.98%-
HSV(B)209.39º27.22%70.59%-
XYZ29.4931.947.78-
YUV151.26144.22113.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=28.05%
G=33.40%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311561800.270.1300.29209.3924.6260.98
Hex839CB41BD01Dd1193d
Octal20323426433150353213175
Binary1000001110011100101101001101111010111011101000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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