Shades of Polo Blue #8399C6
Tints of Polo Blue #8399C6
RGB
CMYK
RGB Variations
Color information
#8399C6 (or 0x8399C6) is known color: Polo Blue. HEX triplet: 83, 99 and C6. RGB value is (131,153,198). Sum of RGB (Red+Green+Blue) = 131+153+198=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #8399C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399C6 is #7C6639. Grayscale: #979797. Windows color (decimal): -8152634 or 13015427. OLE color: 13015427.
HSL color Cylindrical-coordinate representation of color #8399C6: hue angle of 220.3º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8399C6 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 153 | 198 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.22 |
| HSL | 220.3º | 0.37% | 0.65% | - |
| HSV(B) | 220.3º | 0.34% | 0.78% | - |
| XYZ | 30.94 | 31.68 | 57.91 | - |
| YUV | 151.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 198 | 0.34 | 0.23 | 0 | 0.22 | 220.3 | 0.37 | 0.65 |
| Hex | 83 | 99 | C6 | 22 | 17 | 0 | 16 | DC | 25 | 41 |
| Octal | 203 | 231 | 306 | 42 | 27 | 0 | 26 | 334 | 45 | 101 |
| Binary | 10000011 | 10011001 | 11000110 | 100010 | 10111 | 0 | 10110 | 11011100 | 100101 | 1000001 |
Color Harmonies of #8399C6
Complementary color
Monochromatic Colors of #8399C6
Black with #8399C6
Text Example
Text Example
White with #8399C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8399C6; }
p { color: rgb(131,153,198); }
H1.HeaderClassName
{
color: #8399C6;
}
.AnyTagClassName
{
color: #8399C6;
}
</style>
background-color css
<style>
a { background-color: #8399C6; }
a { background-color: rgb(131,153,198); }
div.DivClassName
{
background-color: #8399C6;
}
.BgClassName
{
background-color: #8399C6;
}
</style>
border-color css
<style>
span { border-color: #8399C6; }
span { border-color: rgb(131,153,198); }
td.TdClassName
{
border-color: #8399C6;
}
.TagClassName
{
border-color: #8399C6;
}
</style>