#839CB5

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

Shades of Bali Hai #839CB5

Tints of Bali Hai #839CB5

Color information

#839CB5 (or 0x839CB5) is unknown color: approx Bali Hai. HEX triplet: 83, 9C and B5. RGB value is (131,156,181). Sum of RGB (Red+Green+Blue) = 131+156+181=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #839CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CB5 is #7C634A. Grayscale: #979797. Windows color (decimal): -8151883 or 11902083. OLE color: 11902083.

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

Color convert

RGB131156181-
CMYK0.280.1400.29
HSL210º25.25%61.18%-
HSV(B)210º27.62%70.98%-
XYZ29.5931.9448.32-
YUV151.38144.72113.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=27.99%
G=33.33%
B=38.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311561810.280.1400.2921025.2561.18
Hex839CB51CE01Dd2193d
Octal20323426534160353223175
Binary1000001110011100101101011110011100111011101001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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