Shades of Bali Hai #7D9CB9
Tints of Bali Hai #7D9CB9
RGB
CMYK
RGB Variations
Color information
#7D9CB9 (or 0x7D9CB9) is known color: Bali Hai. HEX triplet: 7D, 9C and B9. RGB value is (125,156,185). Sum of RGB (Red+Green+Blue) = 125+156+185=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D9CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CB9 is #826346. Grayscale: #959595. Windows color (decimal): -8545095 or 12164221. OLE color: 12164221.
HSL color Cylindrical-coordinate representation of color #7D9CB9: hue angle of 209º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D9CB9 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 156 | 185 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.27 |
| HSL | 209º | 0.3% | 0.61% | - |
| HSV(B) | 209º | 0.32% | 0.73% | - |
| XYZ | 29.1 | 31.64 | 50.47 | - |
| YUV | 150.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 185 | 0.32 | 0.16 | 0 | 0.27 | 209 | 0.3 | 0.61 |
| Hex | 7D | 9C | B9 | 20 | 10 | 0 | 1B | D1 | 1E | 3D |
| Octal | 175 | 234 | 271 | 40 | 20 | 0 | 33 | 321 | 36 | 75 |
| Binary | 1111101 | 10011100 | 10111001 | 100000 | 10000 | 0 | 11011 | 11010001 | 11110 | 111101 |
Color Harmonies of #7D9CB9
Complementary color
Monochromatic Colors of #7D9CB9
Black with #7D9CB9
Text Example
Text Example
White with #7D9CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9CB9; }
p { color: rgb(125,156,185); }
H1.HeaderClassName
{
color: #7D9CB9;
}
.AnyTagClassName
{
color: #7D9CB9;
}
</style>
background-color css
<style>
a { background-color: #7D9CB9; }
a { background-color: rgb(125,156,185); }
div.DivClassName
{
background-color: #7D9CB9;
}
.BgClassName
{
background-color: #7D9CB9;
}
</style>
border-color css
<style>
span { border-color: #7D9CB9; }
span { border-color: rgb(125,156,185); }
td.TdClassName
{
border-color: #7D9CB9;
}
.TagClassName
{
border-color: #7D9CB9;
}
</style>