Shades of Polo Blue #7D9BCE
Tints of Polo Blue #7D9BCE
RGB
CMYK
RGB Variations
Color information
#7D9BCE (or 0x7D9BCE) is known color: Polo Blue. HEX triplet: 7D, 9B and CE. RGB value is (125,155,206). Sum of RGB (Red+Green+Blue) = 125+155+206=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D9BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9BCE is #826431. Grayscale: #979797. Windows color (decimal): -8545330 or 13540221. OLE color: 13540221.
HSL color Cylindrical-coordinate representation of color #7D9BCE: hue angle of 217.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D9BCE is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 155 | 206 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.19 |
| HSL | 217.78º | 0.45% | 0.65% | - |
| HSV(B) | 217.78º | 0.39% | 0.81% | - |
| XYZ | 31.32 | 32.26 | 62.97 | - |
| YUV | 151.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 206 | 0.39 | 0.25 | 0 | 0.19 | 217.78 | 0.45 | 0.65 |
| Hex | 7D | 9B | CE | 27 | 19 | 0 | 13 | DA | 2D | 41 |
| Octal | 175 | 233 | 316 | 47 | 31 | 0 | 23 | 332 | 55 | 101 |
| Binary | 1111101 | 10011011 | 11001110 | 100111 | 11001 | 0 | 10011 | 11011010 | 101101 | 1000001 |
Color Harmonies of #7D9BCE
Complementary color
Monochromatic Colors of #7D9BCE
Black with #7D9BCE
Text Example
Text Example
White with #7D9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9BCE; }
p { color: rgb(125,155,206); }
H1.HeaderClassName
{
color: #7D9BCE;
}
.AnyTagClassName
{
color: #7D9BCE;
}
</style>
background-color css
<style>
a { background-color: #7D9BCE; }
a { background-color: rgb(125,155,206); }
div.DivClassName
{
background-color: #7D9BCE;
}
.BgClassName
{
background-color: #7D9BCE;
}
</style>
border-color css
<style>
span { border-color: #7D9BCE; }
span { border-color: rgb(125,155,206); }
td.TdClassName
{
border-color: #7D9BCE;
}
.TagClassName
{
border-color: #7D9BCE;
}
</style>