#839BAD

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

Shades of Bali Hai #839BAD

Tints of Bali Hai #839BAD

Color information

#839BAD (or 0x839BAD) is unknown color: approx Bali Hai. HEX triplet: 83, 9B and AD. RGB value is (131,155,173). Sum of RGB (Red+Green+Blue) = 131+155+173=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #839BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839BAD is #7C6452. Grayscale: #959595. Windows color (decimal): -8152147 or 11377539. OLE color: 11377539.

HSL color Cylindrical-coordinate representation of color #839BAD: hue angle of 205.71º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839BAD is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131155173-
CMYK0.240.1000.32
HSL205.71º20.39%59.61%-
HSV(B)205.71º24.28%67.84%-
XYZ28.6231.2944.07-
YUV149.88141.05114.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=28.54%
G=33.77%
B=37.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311551730.240.1000.32205.7120.3959.61
Hex839BAD18A020ce143c
Octal20323325530120403162474
Binary10000011100110111010110111000101001000001100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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