#839FB4

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

Shades of Bali Hai #839FB4

Tints of Bali Hai #839FB4

Color information

#839FB4 (or 0x839FB4) is unknown color: approx Bali Hai. HEX triplet: 83, 9F and B4. RGB value is (131,159,180). Sum of RGB (Red+Green+Blue) = 131+159+180=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #839FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FB4 is #7C604B. Grayscale: #989898. Windows color (decimal): -8151116 or 11837315. OLE color: 11837315.

HSL color Cylindrical-coordinate representation of color #839FB4: hue angle of 205.71º 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 #839FB4 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131159180-
CMYK0.270.1200.29
HSL205.71º24.62%60.98%-
HSV(B)205.71º27.22%70.59%-
XYZ3032.9247.95-
YUV153.02143.22112.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.87%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=27.87%
G=33.83%
B=38.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311591800.270.1200.29205.7124.6260.98
Hex839FB41BC01Dce193d
Octal20323726433140353163175
Binary1000001110011111101101001101111000111011100111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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