Shades of Bali Hai #7F9DB3
Tints of Bali Hai #7F9DB3
RGB
CMYK
RGB Variations
Color information
#7F9DB3 (or 0x7F9DB3) is known color: Bali Hai. HEX triplet: 7F, 9D and B3. RGB value is (127,157,179). Sum of RGB (Red+Green+Blue) = 127+157+179=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F9DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DB3 is #80624C. Grayscale: #969696. Windows color (decimal): -8413773 or 11771263. OLE color: 11771263.
HSL color Cylindrical-coordinate representation of color #7F9DB3: hue angle of 205.38º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F9DB3 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 157 | 179 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.30 |
| HSL | 205.38º | 0.25% | 0.6% | - |
| HSV(B) | 205.38º | 0.29% | 0.7% | - |
| XYZ | 28.95 | 31.88 | 47.28 | - |
| YUV | 150.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 179 | 0.29 | 0.12 | 0 | 0.30 | 205.38 | 0.25 | 0.6 |
| Hex | 7F | 9D | B3 | 1D | C | 0 | 1E | CD | 19 | 3C |
| Octal | 177 | 235 | 263 | 35 | 14 | 0 | 36 | 315 | 31 | 74 |
| Binary | 1111111 | 10011101 | 10110011 | 11101 | 1100 | 0 | 11110 | 11001101 | 11001 | 111100 |
Color Harmonies of #7F9DB3
Complementary color
Monochromatic Colors of #7F9DB3
Black with #7F9DB3
Text Example
Text Example
White with #7F9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9DB3; }
p { color: rgb(127,157,179); }
H1.HeaderClassName
{
color: #7F9DB3;
}
.AnyTagClassName
{
color: #7F9DB3;
}
</style>
background-color css
<style>
a { background-color: #7F9DB3; }
a { background-color: rgb(127,157,179); }
div.DivClassName
{
background-color: #7F9DB3;
}
.BgClassName
{
background-color: #7F9DB3;
}
</style>
border-color css
<style>
span { border-color: #7F9DB3; }
span { border-color: rgb(127,157,179); }
td.TdClassName
{
border-color: #7F9DB3;
}
.TagClassName
{
border-color: #7F9DB3;
}
</style>