Shades of Polo Blue #7F9CCB
Tints of Polo Blue #7F9CCB
RGB
CMYK
RGB Variations
Color information
#7F9CCB (or 0x7F9CCB) is known color: Polo Blue. HEX triplet: 7F, 9C and CB. RGB value is (127,156,203). Sum of RGB (Red+Green+Blue) = 127+156+203=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CCB is #806334. Grayscale: #989898. Windows color (decimal): -8414005 or 13343871. OLE color: 13343871.
HSL color Cylindrical-coordinate representation of color #7F9CCB: hue angle of 217.11º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F9CCB is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 156 | 203 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.20 |
| HSL | 217.11º | 0.42% | 0.65% | - |
| HSV(B) | 217.11º | 0.37% | 0.8% | - |
| XYZ | 31.42 | 32.6 | 61.14 | - |
| YUV | 152.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 203 | 0.37 | 0.23 | 0 | 0.20 | 217.11 | 0.42 | 0.65 |
| Hex | 7F | 9C | CB | 25 | 17 | 0 | 14 | D9 | 2A | 41 |
| Octal | 177 | 234 | 313 | 45 | 27 | 0 | 24 | 331 | 52 | 101 |
| Binary | 1111111 | 10011100 | 11001011 | 100101 | 10111 | 0 | 10100 | 11011001 | 101010 | 1000001 |
Color Harmonies of #7F9CCB
Complementary color
Monochromatic Colors of #7F9CCB
Black with #7F9CCB
Text Example
Text Example
White with #7F9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CCB; }
p { color: rgb(127,156,203); }
H1.HeaderClassName
{
color: #7F9CCB;
}
.AnyTagClassName
{
color: #7F9CCB;
}
</style>
background-color css
<style>
a { background-color: #7F9CCB; }
a { background-color: rgb(127,156,203); }
div.DivClassName
{
background-color: #7F9CCB;
}
.BgClassName
{
background-color: #7F9CCB;
}
</style>
border-color css
<style>
span { border-color: #7F9CCB; }
span { border-color: rgb(127,156,203); }
td.TdClassName
{
border-color: #7F9CCB;
}
.TagClassName
{
border-color: #7F9CCB;
}
</style>