Shades of Bali Hai #7C9BB4
Tints of Bali Hai #7C9BB4
RGB
CMYK
RGB Variations
Color information
#7C9BB4 (or 0x7C9BB4) is known color: Bali Hai. HEX triplet: 7C, 9B and B4. RGB value is (124,155,180). Sum of RGB (Red+Green+Blue) = 124+155+180=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C9BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9BB4 is #83644B. Grayscale: #949494. Windows color (decimal): -8610892 or 11836284. OLE color: 11836284.
HSL color Cylindrical-coordinate representation of color #7C9BB4: hue angle of 206.79º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C9BB4 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 155 | 180 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.29 |
| HSL | 206.79º | 0.27% | 0.6% | - |
| HSV(B) | 206.79º | 0.31% | 0.71% | - |
| XYZ | 28.27 | 31.02 | 47.68 | - |
| YUV | 148.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 180 | 0.31 | 0.14 | 0 | 0.29 | 206.79 | 0.27 | 0.6 |
| Hex | 7C | 9B | B4 | 1F | E | 0 | 1D | CF | 1B | 3C |
| Octal | 174 | 233 | 264 | 37 | 16 | 0 | 35 | 317 | 33 | 74 |
| Binary | 1111100 | 10011011 | 10110100 | 11111 | 1110 | 0 | 11101 | 11001111 | 11011 | 111100 |
Color Harmonies of #7C9BB4
Complementary color
Monochromatic Colors of #7C9BB4
Black with #7C9BB4
Text Example
Text Example
White with #7C9BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9BB4; }
p { color: rgb(124,155,180); }
H1.HeaderClassName
{
color: #7C9BB4;
}
.AnyTagClassName
{
color: #7C9BB4;
}
</style>
background-color css
<style>
a { background-color: #7C9BB4; }
a { background-color: rgb(124,155,180); }
div.DivClassName
{
background-color: #7C9BB4;
}
.BgClassName
{
background-color: #7C9BB4;
}
</style>
border-color css
<style>
span { border-color: #7C9BB4; }
span { border-color: rgb(124,155,180); }
td.TdClassName
{
border-color: #7C9BB4;
}
.TagClassName
{
border-color: #7C9BB4;
}
</style>