Shades of Polo Blue #97A9C7
Tints of Polo Blue #97A9C7
RGB
CMYK
RGB Variations
Color information
#97A9C7 (or 0x97A9C7) is known color: Polo Blue. HEX triplet: 97, A9 and C7. RGB value is (151,169,199). Sum of RGB (Red+Green+Blue) = 151+169+199=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 199 - color contains mainly: blue. Hex color #97A9C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A9C7 is #685638. Grayscale: #A6A6A6. Windows color (decimal): -6837817 or 13085079. OLE color: 13085079.
HSL color Cylindrical-coordinate representation of color #97A9C7: hue angle of 217.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97A9C7 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 169 | 199 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.22 |
| HSL | 217.5º | 0.3% | 0.69% | - |
| HSV(B) | 217.5º | 0.24% | 0.78% | - |
| XYZ | 37.26 | 39.08 | 59.61 | - |
| YUV | 167.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 169 | 199 | 0.24 | 0.15 | 0 | 0.22 | 217.5 | 0.3 | 0.69 |
| Hex | 97 | A9 | C7 | 18 | F | 0 | 16 | DA | 1E | 45 |
| Octal | 227 | 251 | 307 | 30 | 17 | 0 | 26 | 332 | 36 | 105 |
| Binary | 10010111 | 10101001 | 11000111 | 11000 | 1111 | 0 | 10110 | 11011010 | 11110 | 1000101 |
Color Harmonies of #97A9C7
Complementary color
Monochromatic Colors of #97A9C7
Black with #97A9C7
Text Example
Text Example
White with #97A9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A9C7; }
p { color: rgb(151,169,199); }
H1.HeaderClassName
{
color: #97A9C7;
}
.AnyTagClassName
{
color: #97A9C7;
}
</style>
background-color css
<style>
a { background-color: #97A9C7; }
a { background-color: rgb(151,169,199); }
div.DivClassName
{
background-color: #97A9C7;
}
.BgClassName
{
background-color: #97A9C7;
}
</style>
border-color css
<style>
span { border-color: #97A9C7; }
span { border-color: rgb(151,169,199); }
td.TdClassName
{
border-color: #97A9C7;
}
.TagClassName
{
border-color: #97A9C7;
}
</style>