Shades of Bali Hai #94A1A7
Tints of Bali Hai #94A1A7
RGB
CMYK
RGB Variations
Color information
#94A1A7 (or 0x94A1A7) is known color: Bali Hai. HEX triplet: 94, A1 and A7. RGB value is (148,161,167). Sum of RGB (Red+Green+Blue) = 148+161+167=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 167 - color contains mainly: blue. Hex color #94A1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A1A7 is #6B5E58. Grayscale: #9D9D9D. Windows color (decimal): -7036505 or 10985876. OLE color: 10985876.
HSL color Cylindrical-coordinate representation of color #94A1A7: hue angle of 198.95º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A1A7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 161 | 167 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.35 |
| HSL | 198.95º | 0.1% | 0.62% | - |
| HSV(B) | 198.95º | 0.11% | 0.65% | - |
| XYZ | 31.93 | 34.58 | 41.55 | - |
| YUV | 157.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 167 | 0.11 | 0.04 | 0 | 0.35 | 198.95 | 0.1 | 0.62 |
| Hex | 94 | A1 | A7 | B | 4 | 0 | 23 | C7 | A | 3E |
| Octal | 224 | 241 | 247 | 13 | 4 | 0 | 43 | 307 | 12 | 76 |
| Binary | 10010100 | 10100001 | 10100111 | 1011 | 100 | 0 | 100011 | 11000111 | 1010 | 111110 |
Color Harmonies of #94A1A7
Complementary color
Monochromatic Colors of #94A1A7
Black with #94A1A7
Text Example
Text Example
White with #94A1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1A7; }
p { color: rgb(148,161,167); }
H1.HeaderClassName
{
color: #94A1A7;
}
.AnyTagClassName
{
color: #94A1A7;
}
</style>
background-color css
<style>
a { background-color: #94A1A7; }
a { background-color: rgb(148,161,167); }
div.DivClassName
{
background-color: #94A1A7;
}
.BgClassName
{
background-color: #94A1A7;
}
</style>
border-color css
<style>
span { border-color: #94A1A7; }
span { border-color: rgb(148,161,167); }
td.TdClassName
{
border-color: #94A1A7;
}
.TagClassName
{
border-color: #94A1A7;
}
</style>