Shades of Bali Hai #7F969C
Tints of Bali Hai #7F969C
RGB
CMYK
RGB Variations
Color information
#7F969C (or 0x7F969C) is known color: Bali Hai. HEX triplet: 7F, 96 and 9C. RGB value is (127,150,156). Sum of RGB (Red+Green+Blue) = 127+150+156=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F969C is #806963. Grayscale: #8F8F8F. Windows color (decimal): -8415588 or 10262143. OLE color: 10262143.
HSL color Cylindrical-coordinate representation of color #7F969C: hue angle of 192.41º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F969C is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 150 | 156 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.39 |
| HSL | 192.41º | 0.13% | 0.55% | - |
| HSV(B) | 192.41º | 0.19% | 0.61% | - |
| XYZ | 25.66 | 28.73 | 35.64 | - |
| YUV | 143.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 156 | 0.19 | 0.04 | 0 | 0.39 | 192.41 | 0.13 | 0.55 |
| Hex | 7F | 96 | 9C | 13 | 4 | 0 | 27 | C0 | D | 37 |
| Octal | 177 | 226 | 234 | 23 | 4 | 0 | 47 | 300 | 15 | 67 |
| Binary | 1111111 | 10010110 | 10011100 | 10011 | 100 | 0 | 100111 | 11000000 | 1101 | 110111 |
Color Harmonies of #7F969C
Complementary color
Monochromatic Colors of #7F969C
Black with #7F969C
Text Example
Text Example
White with #7F969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F969C; }
p { color: rgb(127,150,156); }
H1.HeaderClassName
{
color: #7F969C;
}
.AnyTagClassName
{
color: #7F969C;
}
</style>
background-color css
<style>
a { background-color: #7F969C; }
a { background-color: rgb(127,150,156); }
div.DivClassName
{
background-color: #7F969C;
}
.BgClassName
{
background-color: #7F969C;
}
</style>
border-color css
<style>
span { border-color: #7F969C; }
span { border-color: rgb(127,150,156); }
td.TdClassName
{
border-color: #7F969C;
}
.TagClassName
{
border-color: #7F969C;
}
</style>