#83999F

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

Shades of Bali Hai #83999F

Tints of Bali Hai #83999F

Color information

#83999F (or 0x83999F) is unknown color: approx Bali Hai. HEX triplet: 83, 99 and 9F. RGB value is (131,153,159). Sum of RGB (Red+Green+Blue) = 131+153+159=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 159 - color contains mainly: blue. Hex color #83999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83999F is #7C6660. Grayscale: #939393. Windows color (decimal): -8152673 or 10459523. OLE color: 10459523.

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

Color convert

RGB131153159-
CMYK0.180.0400.38
HSL192.86º12.73%56.86%-
HSV(B)192.86º17.61%62.35%-
XYZ27.0130.1137.19-
YUV147.11134.71116.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.57%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=29.57%
G=34.54%
B=35.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311531590.180.0400.38192.8612.7356.86
Hex83999F124026c1d39
Octal2032312372240463011571
Binary100000111001100110011111100101000100110110000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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