Shades of Bali Hai #93999C
Tints of Bali Hai #93999C
RGB
CMYK
RGB Variations
Color information
#93999C (or 0x93999C) is known color: Bali Hai. HEX triplet: 93, 99 and 9C. RGB value is (147,153,156). Sum of RGB (Red+Green+Blue) = 147+153+156=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 156 - color contains mainly: blue. Hex color #93999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93999C is #6C6663. Grayscale: #979797. Windows color (decimal): -7104100 or 10262931. OLE color: 10262931.
HSL color Cylindrical-coordinate representation of color #93999C: hue angle of 200º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #93999C is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 153 | 156 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.39 |
| HSL | 200º | 0.04% | 0.59% | - |
| HSV(B) | 200º | 0.06% | 0.61% | - |
| XYZ | 29.42 | 31.39 | 35.96 | - |
| YUV | 151.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 156 | 0.06 | 0.02 | 0 | 0.39 | 200 | 0.04 | 0.59 |
| Hex | 93 | 99 | 9C | 6 | 2 | 0 | 27 | C8 | 4 | 3B |
| Octal | 223 | 231 | 234 | 6 | 2 | 0 | 47 | 310 | 4 | 73 |
| Binary | 10010011 | 10011001 | 10011100 | 110 | 10 | 0 | 100111 | 11001000 | 100 | 111011 |
Color Harmonies of #93999C
Complementary color
Monochromatic Colors of #93999C
Black with #93999C
Text Example
Text Example
White with #93999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93999C; }
p { color: rgb(147,153,156); }
H1.HeaderClassName
{
color: #93999C;
}
.AnyTagClassName
{
color: #93999C;
}
</style>
background-color css
<style>
a { background-color: #93999C; }
a { background-color: rgb(147,153,156); }
div.DivClassName
{
background-color: #93999C;
}
.BgClassName
{
background-color: #93999C;
}
</style>
border-color css
<style>
span { border-color: #93999C; }
span { border-color: rgb(147,153,156); }
td.TdClassName
{
border-color: #93999C;
}
.TagClassName
{
border-color: #93999C;
}
</style>