#839BAB

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

Shades of Bali Hai #839BAB

Tints of Bali Hai #839BAB

Color information

#839BAB (or 0x839BAB) is unknown color: approx Bali Hai. HEX triplet: 83, 9B and AB. RGB value is (131,155,171). Sum of RGB (Red+Green+Blue) = 131+155+171=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #839BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839BAB is #7C6454. Grayscale: #959595. Windows color (decimal): -8152149 or 11246467. OLE color: 11246467.

HSL color Cylindrical-coordinate representation of color #839BAB: hue angle of 204º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #839BAB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131155171-
CMYK0.230.0900.33
HSL204º19.23%59.22%-
HSV(B)204º23.39%67.06%-
XYZ28.4331.2143.05-
YUV149.65140.05114.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=28.67%
G=33.92%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311551710.230.0900.3320419.2359.22
Hex839BAB179021cc133b
Octal20323325327110413142373
Binary10000011100110111010101110111100101000011100110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,155,171); }

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

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

 a { background-color: rgb(131,155,171); }

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

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

 span { border-color: rgb(131,155,171); }

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