Shades of Polo Blue #7C97C9
Tints of Polo Blue #7C97C9
RGB
CMYK
RGB Variations
Color information
#7C97C9 (or 0x7C97C9) is known color: Polo Blue. HEX triplet: 7C, 97 and C9. RGB value is (124,151,201). Sum of RGB (Red+Green+Blue) = 124+151+201=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #7C97C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C97C9 is #836836. Grayscale: #949494. Windows color (decimal): -8611895 or 13211516. OLE color: 13211516.
HSL color Cylindrical-coordinate representation of color #7C97C9: hue angle of 218.96º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C97C9 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 151 | 201 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.21 |
| HSL | 218.96º | 0.42% | 0.64% | - |
| HSV(B) | 218.96º | 0.38% | 0.79% | - |
| XYZ | 29.92 | 30.64 | 59.59 | - |
| YUV | 148.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 201 | 0.38 | 0.25 | 0 | 0.21 | 218.96 | 0.42 | 0.64 |
| Hex | 7C | 97 | C9 | 26 | 19 | 0 | 15 | DB | 2A | 40 |
| Octal | 174 | 227 | 311 | 46 | 31 | 0 | 25 | 333 | 52 | 100 |
| Binary | 1111100 | 10010111 | 11001001 | 100110 | 11001 | 0 | 10101 | 11011011 | 101010 | 1000000 |
Color Harmonies of #7C97C9
Complementary color
Monochromatic Colors of #7C97C9
Black with #7C97C9
Text Example
Text Example
White with #7C97C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C97C9; }
p { color: rgb(124,151,201); }
H1.HeaderClassName
{
color: #7C97C9;
}
.AnyTagClassName
{
color: #7C97C9;
}
</style>
background-color css
<style>
a { background-color: #7C97C9; }
a { background-color: rgb(124,151,201); }
div.DivClassName
{
background-color: #7C97C9;
}
.BgClassName
{
background-color: #7C97C9;
}
</style>
border-color css
<style>
span { border-color: #7C97C9; }
span { border-color: rgb(124,151,201); }
td.TdClassName
{
border-color: #7C97C9;
}
.TagClassName
{
border-color: #7C97C9;
}
</style>