Shades of Bali Hai #93999B
Tints of Bali Hai #93999B
RGB
CMYK
RGB Variations
Color information
#93999B (or 0x93999B) is known color: Bali Hai. HEX triplet: 93, 99 and 9B. RGB value is (147,153,155). Sum of RGB (Red+Green+Blue) = 147+153+155=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 155 - color contains mainly: blue. Hex color #93999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93999B is #6C6664. Grayscale: #979797. Windows color (decimal): -7104101 or 10197395. OLE color: 10197395.
HSL color Cylindrical-coordinate representation of color #93999B: hue angle of 195º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #93999B is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 153 | 155 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.39 |
| HSL | 195º | 0.04% | 0.59% | - |
| HSV(B) | 195º | 0.05% | 0.61% | - |
| XYZ | 29.34 | 31.35 | 35.52 | - |
| YUV | 151.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 155 | 0.05 | 0.01 | 0 | 0.39 | 195 | 0.04 | 0.59 |
| Hex | 93 | 99 | 9B | 5 | 1 | 0 | 27 | C3 | 4 | 3B |
| Octal | 223 | 231 | 233 | 5 | 1 | 0 | 47 | 303 | 4 | 73 |
| Binary | 10010011 | 10011001 | 10011011 | 101 | 1 | 0 | 100111 | 11000011 | 100 | 111011 |
Color Harmonies of #93999B
Complementary color
Monochromatic Colors of #93999B
Black with #93999B
Text Example
Text Example
White with #93999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93999B; }
p { color: rgb(147,153,155); }
H1.HeaderClassName
{
color: #93999B;
}
.AnyTagClassName
{
color: #93999B;
}
</style>
background-color css
<style>
a { background-color: #93999B; }
a { background-color: rgb(147,153,155); }
div.DivClassName
{
background-color: #93999B;
}
.BgClassName
{
background-color: #93999B;
}
</style>
border-color css
<style>
span { border-color: #93999B; }
span { border-color: rgb(147,153,155); }
td.TdClassName
{
border-color: #93999B;
}
.TagClassName
{
border-color: #93999B;
}
</style>