Shades of Picton Blue #709ECD
Tints of Picton Blue #709ECD
RGB
CMYK
RGB Variations
Color information
#709ECD (or 0x709ECD) is known color: Picton Blue. HEX triplet: 70, 9E and CD. RGB value is (112,158,205). Sum of RGB (Red+Green+Blue) = 112+158+205=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #709ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ECD is #8F6132. Grayscale: #959595. Windows color (decimal): -9396531 or 13475440. OLE color: 13475440.
HSL color Cylindrical-coordinate representation of color #709ECD: hue angle of 210.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709ECD is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 158 | 205 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.20 |
| HSL | 210.32º | 0.48% | 0.62% | - |
| HSV(B) | 210.32º | 0.45% | 0.8% | - |
| XYZ | 29.93 | 32.31 | 62.42 | - |
| YUV | 149.6 | 159.26 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 205 | 0.45 | 0.23 | 0 | 0.20 | 210.32 | 0.48 | 0.62 |
| Hex | 70 | 9E | CD | 2D | 17 | 0 | 14 | D2 | 30 | 3E |
| Octal | 160 | 236 | 315 | 55 | 27 | 0 | 24 | 322 | 60 | 76 |
| Binary | 1110000 | 10011110 | 11001101 | 101101 | 10111 | 0 | 10100 | 11010010 | 110000 | 111110 |
Color Harmonies of #709ECD
Complementary color
Monochromatic Colors of #709ECD
Black with #709ECD
Text Example
Text Example
White with #709ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709ECD; }
p { color: rgb(112,158,205); }
H1.HeaderClassName
{
color: #709ECD;
}
.AnyTagClassName
{
color: #709ECD;
}
</style>
background-color css
<style>
a { background-color: #709ECD; }
a { background-color: rgb(112,158,205); }
div.DivClassName
{
background-color: #709ECD;
}
.BgClassName
{
background-color: #709ECD;
}
</style>
border-color css
<style>
span { border-color: #709ECD; }
span { border-color: rgb(112,158,205); }
td.TdClassName
{
border-color: #709ECD;
}
.TagClassName
{
border-color: #709ECD;
}
</style>