Shades of Picton Blue #729DC9
Tints of Picton Blue #729DC9
RGB
CMYK
RGB Variations
Color information
#729DC9 (or 0x729DC9) is known color: Picton Blue. HEX triplet: 72, 9D and C9. RGB value is (114,157,201). Sum of RGB (Red+Green+Blue) = 114+157+201=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #729DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DC9 is #8D6236. Grayscale: #949494. Windows color (decimal): -9265719 or 13213042. OLE color: 13213042.
HSL color Cylindrical-coordinate representation of color #729DC9: hue angle of 210.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #729DC9 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 157 | 201 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.21 |
| HSL | 210.34º | 0.45% | 0.62% | - |
| HSV(B) | 210.34º | 0.43% | 0.79% | - |
| XYZ | 29.54 | 31.91 | 59.86 | - |
| YUV | 149.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 201 | 0.43 | 0.22 | 0 | 0.21 | 210.34 | 0.45 | 0.62 |
| Hex | 72 | 9D | C9 | 2B | 16 | 0 | 15 | D2 | 2D | 3E |
| Octal | 162 | 235 | 311 | 53 | 26 | 0 | 25 | 322 | 55 | 76 |
| Binary | 1110010 | 10011101 | 11001001 | 101011 | 10110 | 0 | 10101 | 11010010 | 101101 | 111110 |
Color Harmonies of #729DC9
Complementary color
Monochromatic Colors of #729DC9
Black with #729DC9
Text Example
Text Example
White with #729DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DC9; }
p { color: rgb(114,157,201); }
H1.HeaderClassName
{
color: #729DC9;
}
.AnyTagClassName
{
color: #729DC9;
}
</style>
background-color css
<style>
a { background-color: #729DC9; }
a { background-color: rgb(114,157,201); }
div.DivClassName
{
background-color: #729DC9;
}
.BgClassName
{
background-color: #729DC9;
}
</style>
border-color css
<style>
span { border-color: #729DC9; }
span { border-color: rgb(114,157,201); }
td.TdClassName
{
border-color: #729DC9;
}
.TagClassName
{
border-color: #729DC9;
}
</style>