Shades of Bali Hai #7C9DB0
Tints of Bali Hai #7C9DB0
RGB
CMYK
RGB Variations
Color information
#7C9DB0 (or 0x7C9DB0) is known color: Bali Hai. HEX triplet: 7C, 9D and B0. RGB value is (124,157,176). Sum of RGB (Red+Green+Blue) = 124+157+176=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #7C9DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9DB0 is #83624F. Grayscale: #959595. Windows color (decimal): -8610384 or 11574652. OLE color: 11574652.
HSL color Cylindrical-coordinate representation of color #7C9DB0: hue angle of 201.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C9DB0 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 157 | 176 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.31 |
| HSL | 201.92º | 0.25% | 0.59% | - |
| HSV(B) | 201.92º | 0.3% | 0.69% | - |
| XYZ | 28.21 | 31.53 | 45.67 | - |
| YUV | 149.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 176 | 0.30 | 0.11 | 0 | 0.31 | 201.92 | 0.25 | 0.59 |
| Hex | 7C | 9D | B0 | 1E | B | 0 | 1F | CA | 19 | 3B |
| Octal | 174 | 235 | 260 | 36 | 13 | 0 | 37 | 312 | 31 | 73 |
| Binary | 1111100 | 10011101 | 10110000 | 11110 | 1011 | 0 | 11111 | 11001010 | 11001 | 111011 |
Color Harmonies of #7C9DB0
Complementary color
Monochromatic Colors of #7C9DB0
Black with #7C9DB0
Text Example
Text Example
White with #7C9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9DB0; }
p { color: rgb(124,157,176); }
H1.HeaderClassName
{
color: #7C9DB0;
}
.AnyTagClassName
{
color: #7C9DB0;
}
</style>
background-color css
<style>
a { background-color: #7C9DB0; }
a { background-color: rgb(124,157,176); }
div.DivClassName
{
background-color: #7C9DB0;
}
.BgClassName
{
background-color: #7C9DB0;
}
</style>
border-color css
<style>
span { border-color: #7C9DB0; }
span { border-color: rgb(124,157,176); }
td.TdClassName
{
border-color: #7C9DB0;
}
.TagClassName
{
border-color: #7C9DB0;
}
</style>