Shades of Portage #7287D6
Tints of Portage #7287D6
RGB
CMYK
RGB Variations
Color information
#7287D6 (or 0x7287D6) is known color: Portage. HEX triplet: 72, 87 and D6. RGB value is (114,135,214). Sum of RGB (Red+Green+Blue) = 114+135+214=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #7287D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7287D6 is #8D7829. Grayscale: #898989. Windows color (decimal): -9271338 or 14059378. OLE color: 14059378.
HSL color Cylindrical-coordinate representation of color #7287D6: hue angle of 227.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7287D6 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 135 | 214 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.16 |
| HSL | 227.4º | 0.55% | 0.64% | - |
| HSV(B) | 227.4º | 0.47% | 0.84% | - |
| XYZ | 27.74 | 25.76 | 67.13 | - |
| YUV | 137.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 214 | 0.47 | 0.37 | 0 | 0.16 | 227.4 | 0.55 | 0.64 |
| Hex | 72 | 87 | D6 | 2F | 25 | 0 | 10 | E3 | 37 | 40 |
| Octal | 162 | 207 | 326 | 57 | 45 | 0 | 20 | 343 | 67 | 100 |
| Binary | 1110010 | 10000111 | 11010110 | 101111 | 100101 | 0 | 10000 | 11100011 | 110111 | 1000000 |
Color Harmonies of #7287D6
Complementary color
Monochromatic Colors of #7287D6
Black with #7287D6
Text Example
Text Example
White with #7287D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7287D6; }
p { color: rgb(114,135,214); }
H1.HeaderClassName
{
color: #7287D6;
}
.AnyTagClassName
{
color: #7287D6;
}
</style>
background-color css
<style>
a { background-color: #7287D6; }
a { background-color: rgb(114,135,214); }
div.DivClassName
{
background-color: #7287D6;
}
.BgClassName
{
background-color: #7287D6;
}
</style>
border-color css
<style>
span { border-color: #7287D6; }
span { border-color: rgb(114,135,214); }
td.TdClassName
{
border-color: #7287D6;
}
.TagClassName
{
border-color: #7287D6;
}
</style>