#83939F

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

Shades of Bali Hai #83939F

Tints of Bali Hai #83939F

Color information

#83939F (or 0x83939F) is unknown color: approx Bali Hai. HEX triplet: 83, 93 and 9F. RGB value is (131,147,159). Sum of RGB (Red+Green+Blue) = 131+147+159=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #83939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83939F is #7C6C60. Grayscale: #8F8F8F. Windows color (decimal): -8154209 or 10457987. OLE color: 10457987.

HSL color Cylindrical-coordinate representation of color #83939F: hue angle of 205.71º 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 #83939F is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131147159-
CMYK0.180.0800.38
HSL205.71º12.73%56.86%-
HSV(B)205.71º17.61%62.35%-
XYZ26.0528.236.87-
YUV143.58136.7119.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.98%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=29.98%
G=33.64%
B=36.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311471590.180.0800.38205.7112.7356.86
Hex83939F128026ced39
Octal20322323722100463161571
Binary1000001110010011100111111001010000100110110011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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