#839EAD

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

Shades of Bali Hai #839EAD

Tints of Bali Hai #839EAD

Color information

#839EAD (or 0x839EAD) is unknown color: approx Bali Hai. HEX triplet: 83, 9E and AD. RGB value is (131,158,173). Sum of RGB (Red+Green+Blue) = 131+158+173=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #839EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EAD is #7C6152. Grayscale: #979797. Windows color (decimal): -8151379 or 11378307. OLE color: 11378307.

HSL color Cylindrical-coordinate representation of color #839EAD: hue angle of 201.43º 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 #839EAD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131158173-
CMYK0.240.0900.32
HSL201.43º20.39%59.61%-
HSV(B)201.43º24.28%67.84%-
XYZ29.1332.344.23-
YUV151.64140.05113.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=28.35%
G=34.20%
B=37.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311581730.240.0900.32201.4320.3959.61
Hex839EAD189020c9143c
Octal20323625530110403112474
Binary10000011100111101010110111000100101000001100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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