#83939D

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

Shades of Bali Hai #83939D

Tints of Bali Hai #83939D

Color information

#83939D (or 0x83939D) is unknown color: approx Bali Hai. HEX triplet: 83, 93 and 9D. RGB value is (131,147,157). Sum of RGB (Red+Green+Blue) = 131+147+157=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #83939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83939D is #7C6C62. Grayscale: #8F8F8F. Windows color (decimal): -8154211 or 10326915. OLE color: 10326915.

HSL color Cylindrical-coordinate representation of color #83939D: hue angle of 203.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83939D is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131147157-
CMYK0.170.0600.38
HSL203.08º11.71%56.47%-
HSV(B)203.08º16.56%61.57%-
XYZ25.8828.1335.96-
YUV143.36135.7119.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=30.11%
G=33.79%
B=36.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311471570.170.0600.38203.0811.7156.47
Hex83939D116026cbc38
Octal2032232352160463131470
Binary100000111001001110011101100011100100110110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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