Shades of Bali Hai #929BA0
Tints of Bali Hai #929BA0
RGB
CMYK
RGB Variations
Color information
#929BA0 (or 0x929BA0) is known color: Bali Hai. HEX triplet: 92, 9B and A0. RGB value is (146,155,160). Sum of RGB (Red+Green+Blue) = 146+155+160=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 160 - color contains mainly: blue. Hex color #929BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929BA0 is #6D645F. Grayscale: #989898. Windows color (decimal): -7169120 or 10525586. OLE color: 10525586.
HSL color Cylindrical-coordinate representation of color #929BA0: hue angle of 201.43º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #929BA0 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 155 | 160 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.37 |
| HSL | 201.43º | 0.07% | 0.6% | - |
| HSV(B) | 201.43º | 0.09% | 0.63% | - |
| XYZ | 29.92 | 32.09 | 37.88 | - |
| YUV | 152.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 160 | 0.09 | 0.03 | 0 | 0.37 | 201.43 | 0.07 | 0.6 |
| Hex | 92 | 9B | A0 | 9 | 3 | 0 | 25 | C9 | 7 | 3C |
| Octal | 222 | 233 | 240 | 11 | 3 | 0 | 45 | 311 | 7 | 74 |
| Binary | 10010010 | 10011011 | 10100000 | 1001 | 11 | 0 | 100101 | 11001001 | 111 | 111100 |
Color Harmonies of #929BA0
Complementary color
Monochromatic Colors of #929BA0
Black with #929BA0
Text Example
Text Example
White with #929BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BA0; }
p { color: rgb(146,155,160); }
H1.HeaderClassName
{
color: #929BA0;
}
.AnyTagClassName
{
color: #929BA0;
}
</style>
background-color css
<style>
a { background-color: #929BA0; }
a { background-color: rgb(146,155,160); }
div.DivClassName
{
background-color: #929BA0;
}
.BgClassName
{
background-color: #929BA0;
}
</style>
border-color css
<style>
span { border-color: #929BA0; }
span { border-color: rgb(146,155,160); }
td.TdClassName
{
border-color: #929BA0;
}
.TagClassName
{
border-color: #929BA0;
}
</style>