Shades of Bali Hai #949A9D
Tints of Bali Hai #949A9D
RGB
CMYK
RGB Variations
Color information
#949A9D (or 0x949A9D) is known color: Bali Hai. HEX triplet: 94, 9A and 9D. RGB value is (148,154,157). Sum of RGB (Red+Green+Blue) = 148+154+157=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 157 - color contains mainly: blue. Hex color #949A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A9D is #6B6562. Grayscale: #989898. Windows color (decimal): -7038307 or 10328724. OLE color: 10328724.
HSL color Cylindrical-coordinate representation of color #949A9D: hue angle of 200º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #949A9D is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 154 | 157 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.38 |
| HSL | 200º | 0.04% | 0.6% | - |
| HSV(B) | 200º | 0.06% | 0.62% | - |
| XYZ | 29.85 | 31.84 | 36.47 | - |
| YUV | 152.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 157 | 0.06 | 0.02 | 0 | 0.38 | 200 | 0.04 | 0.6 |
| Hex | 94 | 9A | 9D | 6 | 2 | 0 | 26 | C8 | 4 | 3C |
| Octal | 224 | 232 | 235 | 6 | 2 | 0 | 46 | 310 | 4 | 74 |
| Binary | 10010100 | 10011010 | 10011101 | 110 | 10 | 0 | 100110 | 11001000 | 100 | 111100 |
Color Harmonies of #949A9D
Complementary color
Monochromatic Colors of #949A9D
Black with #949A9D
Text Example
Text Example
White with #949A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949A9D; }
p { color: rgb(148,154,157); }
H1.HeaderClassName
{
color: #949A9D;
}
.AnyTagClassName
{
color: #949A9D;
}
</style>
background-color css
<style>
a { background-color: #949A9D; }
a { background-color: rgb(148,154,157); }
div.DivClassName
{
background-color: #949A9D;
}
.BgClassName
{
background-color: #949A9D;
}
</style>
border-color css
<style>
span { border-color: #949A9D; }
span { border-color: rgb(148,154,157); }
td.TdClassName
{
border-color: #949A9D;
}
.TagClassName
{
border-color: #949A9D;
}
</style>