#83979F

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

Shades of Bali Hai #83979F

Tints of Bali Hai #83979F

Color information

#83979F (or 0x83979F) is unknown color: approx Bali Hai. HEX triplet: 83, 97 and 9F. RGB value is (131,151,159). Sum of RGB (Red+Green+Blue) = 131+151+159=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #83979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83979F is #7C6860. Grayscale: #919191. Windows color (decimal): -8153185 or 10459011. OLE color: 10459011.

HSL color Cylindrical-coordinate representation of color #83979F: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83979F is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131151159-
CMYK0.180.0500.38
HSL197.14º12.73%56.86%-
HSV(B)197.14º17.61%62.35%-
XYZ26.6829.4637.08-
YUV145.93135.37117.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=29.71%
G=34.24%
B=36.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311511590.180.0500.38197.1412.7356.86
Hex83979F125026c5d39
Octal2032272372250463051571
Binary100000111001011110011111100101010100110110001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83979F; }

 p { color: rgb(131,151,159); }

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

<style>
 a { background-color: #83979F; }

 a { background-color: rgb(131,151,159); }

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

<style>
 span { border-color: #83979F; }

 span { border-color: rgb(131,151,159); }

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