Shades of Picton Blue #709EC8
Tints of Picton Blue #709EC8
RGB
CMYK
RGB Variations
Color information
#709EC8 (or 0x709EC8) is known color: Picton Blue. HEX triplet: 70, 9E and C8. RGB value is (112,158,200). Sum of RGB (Red+Green+Blue) = 112+158+200=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #709EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EC8 is #8F6137. Grayscale: #949494. Windows color (decimal): -9396536 or 13147760. OLE color: 13147760.
HSL color Cylindrical-coordinate representation of color #709EC8: hue angle of 208.64º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #709EC8 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 158 | 200 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.22 |
| HSL | 208.64º | 0.44% | 0.61% | - |
| HSV(B) | 208.64º | 0.44% | 0.78% | - |
| XYZ | 29.33 | 32.07 | 59.29 | - |
| YUV | 149.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 200 | 0.44 | 0.21 | 0 | 0.22 | 208.64 | 0.44 | 0.61 |
| Hex | 70 | 9E | C8 | 2C | 15 | 0 | 16 | D1 | 2C | 3D |
| Octal | 160 | 236 | 310 | 54 | 25 | 0 | 26 | 321 | 54 | 75 |
| Binary | 1110000 | 10011110 | 11001000 | 101100 | 10101 | 0 | 10110 | 11010001 | 101100 | 111101 |
Color Harmonies of #709EC8
Complementary color
Monochromatic Colors of #709EC8
Black with #709EC8
Text Example
Text Example
White with #709EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EC8; }
p { color: rgb(112,158,200); }
H1.HeaderClassName
{
color: #709EC8;
}
.AnyTagClassName
{
color: #709EC8;
}
</style>
background-color css
<style>
a { background-color: #709EC8; }
a { background-color: rgb(112,158,200); }
div.DivClassName
{
background-color: #709EC8;
}
.BgClassName
{
background-color: #709EC8;
}
</style>
border-color css
<style>
span { border-color: #709EC8; }
span { border-color: rgb(112,158,200); }
td.TdClassName
{
border-color: #709EC8;
}
.TagClassName
{
border-color: #709EC8;
}
</style>