Shades of Polo Blue #96A7CA
Tints of Polo Blue #96A7CA
RGB
CMYK
RGB Variations
Color information
#96A7CA (or 0x96A7CA) is known color: Polo Blue. HEX triplet: 96, A7 and CA. RGB value is (150,167,202). Sum of RGB (Red+Green+Blue) = 150+167+202=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #96A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A7CA is #695835. Grayscale: #A5A5A5. Windows color (decimal): -6903862 or 13281174. OLE color: 13281174.
HSL color Cylindrical-coordinate representation of color #96A7CA: hue angle of 220.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96A7CA is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 167 | 202 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.21 |
| HSL | 220.38º | 0.33% | 0.69% | - |
| HSV(B) | 220.38º | 0.26% | 0.79% | - |
| XYZ | 37.06 | 38.39 | 61.33 | - |
| YUV | 165.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 202 | 0.26 | 0.17 | 0 | 0.21 | 220.38 | 0.33 | 0.69 |
| Hex | 96 | A7 | CA | 1A | 11 | 0 | 15 | DC | 21 | 45 |
| Octal | 226 | 247 | 312 | 32 | 21 | 0 | 25 | 334 | 41 | 105 |
| Binary | 10010110 | 10100111 | 11001010 | 11010 | 10001 | 0 | 10101 | 11011100 | 100001 | 1000101 |
Color Harmonies of #96A7CA
Complementary color
Monochromatic Colors of #96A7CA
Black with #96A7CA
Text Example
Text Example
White with #96A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A7CA; }
p { color: rgb(150,167,202); }
H1.HeaderClassName
{
color: #96A7CA;
}
.AnyTagClassName
{
color: #96A7CA;
}
</style>
background-color css
<style>
a { background-color: #96A7CA; }
a { background-color: rgb(150,167,202); }
div.DivClassName
{
background-color: #96A7CA;
}
.BgClassName
{
background-color: #96A7CA;
}
</style>
border-color css
<style>
span { border-color: #96A7CA; }
span { border-color: rgb(150,167,202); }
td.TdClassName
{
border-color: #96A7CA;
}
.TagClassName
{
border-color: #96A7CA;
}
</style>