Shades of Bali Hai #949A9C
Tints of Bali Hai #949A9C
RGB
CMYK
RGB Variations
Color information
#949A9C (or 0x949A9C) is known color: Bali Hai. HEX triplet: 94, 9A and 9C. RGB value is (148,154,156). Sum of RGB (Red+Green+Blue) = 148+154+156=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 156 - color contains mainly: blue. Hex color #949A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A9C is #6B6563. Grayscale: #989898. Windows color (decimal): -7038308 or 10263188. OLE color: 10263188.
HSL color Cylindrical-coordinate representation of color #949A9C: hue angle of 195º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #949A9C is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 154 | 156 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.39 |
| HSL | 195º | 0.04% | 0.6% | - |
| HSV(B) | 195º | 0.05% | 0.61% | - |
| XYZ | 29.77 | 31.81 | 36.02 | - |
| YUV | 152.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 156 | 0.05 | 0.01 | 0 | 0.39 | 195 | 0.04 | 0.6 |
| Hex | 94 | 9A | 9C | 5 | 1 | 0 | 27 | C3 | 4 | 3C |
| Octal | 224 | 232 | 234 | 5 | 1 | 0 | 47 | 303 | 4 | 74 |
| Binary | 10010100 | 10011010 | 10011100 | 101 | 1 | 0 | 100111 | 11000011 | 100 | 111100 |
Color Harmonies of #949A9C
Complementary color
Monochromatic Colors of #949A9C
Black with #949A9C
Text Example
Text Example
White with #949A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949A9C; }
p { color: rgb(148,154,156); }
H1.HeaderClassName
{
color: #949A9C;
}
.AnyTagClassName
{
color: #949A9C;
}
</style>
background-color css
<style>
a { background-color: #949A9C; }
a { background-color: rgb(148,154,156); }
div.DivClassName
{
background-color: #949A9C;
}
.BgClassName
{
background-color: #949A9C;
}
</style>
border-color css
<style>
span { border-color: #949A9C; }
span { border-color: rgb(148,154,156); }
td.TdClassName
{
border-color: #949A9C;
}
.TagClassName
{
border-color: #949A9C;
}
</style>