Shades of Polo Blue #7F9BCA
Tints of Polo Blue #7F9BCA
RGB
CMYK
RGB Variations
Color information
#7F9BCA (or 0x7F9BCA) is known color: Polo Blue. HEX triplet: 7F, 9B and CA. RGB value is (127,155,202). Sum of RGB (Red+Green+Blue) = 127+155+202=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9BCA is #806435. Grayscale: #979797. Windows color (decimal): -8414262 or 13278079. OLE color: 13278079.
HSL color Cylindrical-coordinate representation of color #7F9BCA: hue angle of 217.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F9BCA is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 155 | 202 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.21 |
| HSL | 217.6º | 0.41% | 0.65% | - |
| HSV(B) | 217.6º | 0.37% | 0.79% | - |
| XYZ | 31.13 | 32.22 | 60.46 | - |
| YUV | 151.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 202 | 0.37 | 0.23 | 0 | 0.21 | 217.6 | 0.41 | 0.65 |
| Hex | 7F | 9B | CA | 25 | 17 | 0 | 15 | DA | 29 | 41 |
| Octal | 177 | 233 | 312 | 45 | 27 | 0 | 25 | 332 | 51 | 101 |
| Binary | 1111111 | 10011011 | 11001010 | 100101 | 10111 | 0 | 10101 | 11011010 | 101001 | 1000001 |
Color Harmonies of #7F9BCA
Complementary color
Monochromatic Colors of #7F9BCA
Black with #7F9BCA
Text Example
Text Example
White with #7F9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9BCA; }
p { color: rgb(127,155,202); }
H1.HeaderClassName
{
color: #7F9BCA;
}
.AnyTagClassName
{
color: #7F9BCA;
}
</style>
background-color css
<style>
a { background-color: #7F9BCA; }
a { background-color: rgb(127,155,202); }
div.DivClassName
{
background-color: #7F9BCA;
}
.BgClassName
{
background-color: #7F9BCA;
}
</style>
border-color css
<style>
span { border-color: #7F9BCA; }
span { border-color: rgb(127,155,202); }
td.TdClassName
{
border-color: #7F9BCA;
}
.TagClassName
{
border-color: #7F9BCA;
}
</style>