Shades of Bali Hai #7B949F
Tints of Bali Hai #7B949F
RGB
CMYK
RGB Variations
Color information
#7B949F (or 0x7B949F) is known color: Bali Hai. HEX triplet: 7B, 94 and 9F. RGB value is (123,148,159). Sum of RGB (Red+Green+Blue) = 123+148+159=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B949F is #846B60. Grayscale: #8D8D8D. Windows color (decimal): -8678241 or 10458235. OLE color: 10458235.
HSL color Cylindrical-coordinate representation of color #7B949F: hue angle of 198.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B949F is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 148 | 159 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.38 |
| HSL | 198.33º | 0.16% | 0.55% | - |
| HSV(B) | 198.33º | 0.23% | 0.62% | - |
| XYZ | 25.02 | 27.89 | 36.87 | - |
| YUV | 141.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 159 | 0.23 | 0.07 | 0 | 0.38 | 198.33 | 0.16 | 0.55 |
| Hex | 7B | 94 | 9F | 17 | 7 | 0 | 26 | C6 | 10 | 37 |
| Octal | 173 | 224 | 237 | 27 | 7 | 0 | 46 | 306 | 20 | 67 |
| Binary | 1111011 | 10010100 | 10011111 | 10111 | 111 | 0 | 100110 | 11000110 | 10000 | 110111 |
Color Harmonies of #7B949F
Complementary color
Monochromatic Colors of #7B949F
Black with #7B949F
Text Example
Text Example
White with #7B949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B949F; }
p { color: rgb(123,148,159); }
H1.HeaderClassName
{
color: #7B949F;
}
.AnyTagClassName
{
color: #7B949F;
}
</style>
background-color css
<style>
a { background-color: #7B949F; }
a { background-color: rgb(123,148,159); }
div.DivClassName
{
background-color: #7B949F;
}
.BgClassName
{
background-color: #7B949F;
}
</style>
border-color css
<style>
span { border-color: #7B949F; }
span { border-color: rgb(123,148,159); }
td.TdClassName
{
border-color: #7B949F;
}
.TagClassName
{
border-color: #7B949F;
}
</style>