Shades of Polo Blue #7B9CCF
Tints of Polo Blue #7B9CCF
RGB
CMYK
RGB Variations
Color information
#7B9CCF (or 0x7B9CCF) is known color: Polo Blue. HEX triplet: 7B, 9C and CF. RGB value is (123,156,207). Sum of RGB (Red+Green+Blue) = 123+156+207=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B9CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CCF is #846330. Grayscale: #979797. Windows color (decimal): -8676145 or 13606011. OLE color: 13606011.
HSL color Cylindrical-coordinate representation of color #7B9CCF: hue angle of 216.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B9CCF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 156 | 207 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.19 |
| HSL | 216.43º | 0.47% | 0.65% | - |
| HSV(B) | 216.43º | 0.41% | 0.81% | - |
| XYZ | 31.32 | 32.49 | 63.65 | - |
| YUV | 151.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 207 | 0.41 | 0.25 | 0 | 0.19 | 216.43 | 0.47 | 0.65 |
| Hex | 7B | 9C | CF | 29 | 19 | 0 | 13 | D8 | 2F | 41 |
| Octal | 173 | 234 | 317 | 51 | 31 | 0 | 23 | 330 | 57 | 101 |
| Binary | 1111011 | 10011100 | 11001111 | 101001 | 11001 | 0 | 10011 | 11011000 | 101111 | 1000001 |
Color Harmonies of #7B9CCF
Complementary color
Monochromatic Colors of #7B9CCF
Black with #7B9CCF
Text Example
Text Example
White with #7B9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CCF; }
p { color: rgb(123,156,207); }
H1.HeaderClassName
{
color: #7B9CCF;
}
.AnyTagClassName
{
color: #7B9CCF;
}
</style>
background-color css
<style>
a { background-color: #7B9CCF; }
a { background-color: rgb(123,156,207); }
div.DivClassName
{
background-color: #7B9CCF;
}
.BgClassName
{
background-color: #7B9CCF;
}
</style>
border-color css
<style>
span { border-color: #7B9CCF; }
span { border-color: rgb(123,156,207); }
td.TdClassName
{
border-color: #7B9CCF;
}
.TagClassName
{
border-color: #7B9CCF;
}
</style>