Shades of Polo Blue #7397CD
Tints of Polo Blue #7397CD
RGB
CMYK
RGB Variations
Color information
#7397CD (or 0x7397CD) is known color: Polo Blue. HEX triplet: 73, 97 and CD. RGB value is (115,151,205). Sum of RGB (Red+Green+Blue) = 115+151+205=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #7397CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397CD is #8C6832. Grayscale: #929292. Windows color (decimal): -9201715 or 13473651. OLE color: 13473651.
HSL color Cylindrical-coordinate representation of color #7397CD: hue angle of 216º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7397CD is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 151 | 205 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.20 |
| HSL | 216º | 0.47% | 0.63% | - |
| HSV(B) | 216º | 0.44% | 0.8% | - |
| XYZ | 29.16 | 30.19 | 62.05 | - |
| YUV | 146.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 205 | 0.44 | 0.26 | 0 | 0.20 | 216 | 0.47 | 0.63 |
| Hex | 73 | 97 | CD | 2C | 1A | 0 | 14 | D8 | 2F | 3F |
| Octal | 163 | 227 | 315 | 54 | 32 | 0 | 24 | 330 | 57 | 77 |
| Binary | 1110011 | 10010111 | 11001101 | 101100 | 11010 | 0 | 10100 | 11011000 | 101111 | 111111 |
Color Harmonies of #7397CD
Complementary color
Monochromatic Colors of #7397CD
Black with #7397CD
Text Example
Text Example
White with #7397CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7397CD; }
p { color: rgb(115,151,205); }
H1.HeaderClassName
{
color: #7397CD;
}
.AnyTagClassName
{
color: #7397CD;
}
</style>
background-color css
<style>
a { background-color: #7397CD; }
a { background-color: rgb(115,151,205); }
div.DivClassName
{
background-color: #7397CD;
}
.BgClassName
{
background-color: #7397CD;
}
</style>
border-color css
<style>
span { border-color: #7397CD; }
span { border-color: rgb(115,151,205); }
td.TdClassName
{
border-color: #7397CD;
}
.TagClassName
{
border-color: #7397CD;
}
</style>