Shades of Bali Hai #7B959D
Tints of Bali Hai #7B959D
RGB
CMYK
RGB Variations
Color information
#7B959D (or 0x7B959D) is known color: Bali Hai. HEX triplet: 7B, 95 and 9D. RGB value is (123,149,157). Sum of RGB (Red+Green+Blue) = 123+149+157=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B959D is #846A62. Grayscale: #8E8E8E. Windows color (decimal): -8677987 or 10327419. OLE color: 10327419.
HSL color Cylindrical-coordinate representation of color #7B959D: hue angle of 194.12º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B959D is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 149 | 157 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.38 |
| HSL | 194.12º | 0.15% | 0.55% | - |
| HSV(B) | 194.12º | 0.22% | 0.62% | - |
| XYZ | 25 | 28.14 | 36.01 | - |
| YUV | 142.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 157 | 0.22 | 0.05 | 0 | 0.38 | 194.12 | 0.15 | 0.55 |
| Hex | 7B | 95 | 9D | 16 | 5 | 0 | 26 | C2 | F | 37 |
| Octal | 173 | 225 | 235 | 26 | 5 | 0 | 46 | 302 | 17 | 67 |
| Binary | 1111011 | 10010101 | 10011101 | 10110 | 101 | 0 | 100110 | 11000010 | 1111 | 110111 |
Color Harmonies of #7B959D
Complementary color
Monochromatic Colors of #7B959D
Black with #7B959D
Text Example
Text Example
White with #7B959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B959D; }
p { color: rgb(123,149,157); }
H1.HeaderClassName
{
color: #7B959D;
}
.AnyTagClassName
{
color: #7B959D;
}
</style>
background-color css
<style>
a { background-color: #7B959D; }
a { background-color: rgb(123,149,157); }
div.DivClassName
{
background-color: #7B959D;
}
.BgClassName
{
background-color: #7B959D;
}
</style>
border-color css
<style>
span { border-color: #7B959D; }
span { border-color: rgb(123,149,157); }
td.TdClassName
{
border-color: #7B959D;
}
.TagClassName
{
border-color: #7B959D;
}
</style>