Shades of Bali Hai #7E969D
Tints of Bali Hai #7E969D
RGB
CMYK
RGB Variations
Color information
#7E969D (or 0x7E969D) is known color: Bali Hai. HEX triplet: 7E, 96 and 9D. RGB value is (126,150,157). Sum of RGB (Red+Green+Blue) = 126+150+157=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E969D is #816962. Grayscale: #8F8F8F. Windows color (decimal): -8481123 or 10327678. OLE color: 10327678.
HSL color Cylindrical-coordinate representation of color #7E969D: hue angle of 193.55º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E969D is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 150 | 157 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.38 |
| HSL | 193.55º | 0.14% | 0.55% | - |
| HSV(B) | 193.55º | 0.2% | 0.62% | - |
| XYZ | 25.6 | 28.68 | 36.09 | - |
| YUV | 143.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 157 | 0.20 | 0.04 | 0 | 0.38 | 193.55 | 0.14 | 0.55 |
| Hex | 7E | 96 | 9D | 14 | 4 | 0 | 26 | C2 | E | 37 |
| Octal | 176 | 226 | 235 | 24 | 4 | 0 | 46 | 302 | 16 | 67 |
| Binary | 1111110 | 10010110 | 10011101 | 10100 | 100 | 0 | 100110 | 11000010 | 1110 | 110111 |
Color Harmonies of #7E969D
Complementary color
Monochromatic Colors of #7E969D
Black with #7E969D
Text Example
Text Example
White with #7E969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E969D; }
p { color: rgb(126,150,157); }
H1.HeaderClassName
{
color: #7E969D;
}
.AnyTagClassName
{
color: #7E969D;
}
</style>
background-color css
<style>
a { background-color: #7E969D; }
a { background-color: rgb(126,150,157); }
div.DivClassName
{
background-color: #7E969D;
}
.BgClassName
{
background-color: #7E969D;
}
</style>
border-color css
<style>
span { border-color: #7E969D; }
span { border-color: rgb(126,150,157); }
td.TdClassName
{
border-color: #7E969D;
}
.TagClassName
{
border-color: #7E969D;
}
</style>