Shades of Bali Hai #939CA0
Tints of Bali Hai #939CA0
RGB
CMYK
RGB Variations
Color information
#939CA0 (or 0x939CA0) is known color: Bali Hai. HEX triplet: 93, 9C and A0. RGB value is (147,156,160). Sum of RGB (Red+Green+Blue) = 147+156+160=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 160 - color contains mainly: blue. Hex color #939CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939CA0 is #6C635F. Grayscale: #999999. Windows color (decimal): -7103328 or 10525843. OLE color: 10525843.
HSL color Cylindrical-coordinate representation of color #939CA0: hue angle of 198.46º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #939CA0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 156 | 160 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.37 |
| HSL | 198.46º | 0.06% | 0.6% | - |
| HSV(B) | 198.46º | 0.08% | 0.63% | - |
| XYZ | 30.27 | 32.52 | 37.94 | - |
| YUV | 153.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 160 | 0.08 | 0.02 | 0 | 0.37 | 198.46 | 0.06 | 0.6 |
| Hex | 93 | 9C | A0 | 8 | 2 | 0 | 25 | C6 | 6 | 3C |
| Octal | 223 | 234 | 240 | 10 | 2 | 0 | 45 | 306 | 6 | 74 |
| Binary | 10010011 | 10011100 | 10100000 | 1000 | 10 | 0 | 100101 | 11000110 | 110 | 111100 |
Color Harmonies of #939CA0
Complementary color
Monochromatic Colors of #939CA0
Black with #939CA0
Text Example
Text Example
White with #939CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CA0; }
p { color: rgb(147,156,160); }
H1.HeaderClassName
{
color: #939CA0;
}
.AnyTagClassName
{
color: #939CA0;
}
</style>
background-color css
<style>
a { background-color: #939CA0; }
a { background-color: rgb(147,156,160); }
div.DivClassName
{
background-color: #939CA0;
}
.BgClassName
{
background-color: #939CA0;
}
</style>
border-color css
<style>
span { border-color: #939CA0; }
span { border-color: rgb(147,156,160); }
td.TdClassName
{
border-color: #939CA0;
}
.TagClassName
{
border-color: #939CA0;
}
</style>