#839EB4

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

Shades of Bali Hai #839EB4

Tints of Bali Hai #839EB4

Color information

#839EB4 (or 0x839EB4) is unknown color: approx Bali Hai. HEX triplet: 83, 9E and B4. RGB value is (131,158,180). Sum of RGB (Red+Green+Blue) = 131+158+180=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #839EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EB4 is #7C614B. Grayscale: #989898. Windows color (decimal): -8151372 or 11837059. OLE color: 11837059.

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

Color convert

RGB131158180-
CMYK0.270.1200.29
HSL206.94º24.62%60.98%-
HSV(B)206.94º27.22%70.59%-
XYZ29.8332.5747.9-
YUV152.44143.55112.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.93%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=27.93%
G=33.69%
B=38.38%

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
Decimal1311581800.270.1200.29206.9424.6260.98
Hex839EB41BC01Dcf193d
Octal20323626433140353173175
Binary1000001110011110101101001101111000111011100111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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