Shades of Bali Hai #7F939E
Tints of Bali Hai #7F939E
RGB
CMYK
RGB Variations
Color information
#7F939E (or 0x7F939E) is known color: Bali Hai. HEX triplet: 7F, 93 and 9E. RGB value is (127,147,158). Sum of RGB (Red+Green+Blue) = 127+147+158=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F939E is #806C61. Grayscale: #8E8E8E. Windows color (decimal): -8416354 or 10392447. OLE color: 10392447.
HSL color Cylindrical-coordinate representation of color #7F939E: hue angle of 201.29º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F939E is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 147 | 158 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.38 |
| HSL | 201.29º | 0.14% | 0.56% | - |
| HSV(B) | 201.29º | 0.2% | 0.62% | - |
| XYZ | 25.36 | 27.85 | 36.39 | - |
| YUV | 142.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 158 | 0.20 | 0.07 | 0 | 0.38 | 201.29 | 0.14 | 0.56 |
| Hex | 7F | 93 | 9E | 14 | 7 | 0 | 26 | C9 | E | 38 |
| Octal | 177 | 223 | 236 | 24 | 7 | 0 | 46 | 311 | 16 | 70 |
| Binary | 1111111 | 10010011 | 10011110 | 10100 | 111 | 0 | 100110 | 11001001 | 1110 | 111000 |
Color Harmonies of #7F939E
Complementary color
Monochromatic Colors of #7F939E
Black with #7F939E
Text Example
Text Example
White with #7F939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F939E; }
p { color: rgb(127,147,158); }
H1.HeaderClassName
{
color: #7F939E;
}
.AnyTagClassName
{
color: #7F939E;
}
</style>
background-color css
<style>
a { background-color: #7F939E; }
a { background-color: rgb(127,147,158); }
div.DivClassName
{
background-color: #7F939E;
}
.BgClassName
{
background-color: #7F939E;
}
</style>
border-color css
<style>
span { border-color: #7F939E; }
span { border-color: rgb(127,147,158); }
td.TdClassName
{
border-color: #7F939E;
}
.TagClassName
{
border-color: #7F939E;
}
</style>