Shades of Portage #728FD4
Tints of Portage #728FD4
RGB
CMYK
RGB Variations
Color information
#728FD4 (or 0x728FD4) is known color: Portage. HEX triplet: 72, 8F and D4. RGB value is (114,143,212). Sum of RGB (Red+Green+Blue) = 114+143+212=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #728FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FD4 is #8D702B. Grayscale: #8D8D8D. Windows color (decimal): -9269292 or 13930354. OLE color: 13930354.
HSL color Cylindrical-coordinate representation of color #728FD4: hue angle of 222.24º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #728FD4 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 143 | 212 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.17 |
| HSL | 222.24º | 0.53% | 0.64% | - |
| HSV(B) | 222.24º | 0.46% | 0.83% | - |
| XYZ | 28.65 | 27.98 | 66.18 | - |
| YUV | 142.2 | 167.39 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 212 | 0.46 | 0.33 | 0 | 0.17 | 222.24 | 0.53 | 0.64 |
| Hex | 72 | 8F | D4 | 2E | 21 | 0 | 11 | DE | 35 | 40 |
| Octal | 162 | 217 | 324 | 56 | 41 | 0 | 21 | 336 | 65 | 100 |
| Binary | 1110010 | 10001111 | 11010100 | 101110 | 100001 | 0 | 10001 | 11011110 | 110101 | 1000000 |
Color Harmonies of #728FD4
Complementary color
Monochromatic Colors of #728FD4
Black with #728FD4
Text Example
Text Example
White with #728FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FD4; }
p { color: rgb(114,143,212); }
H1.HeaderClassName
{
color: #728FD4;
}
.AnyTagClassName
{
color: #728FD4;
}
</style>
background-color css
<style>
a { background-color: #728FD4; }
a { background-color: rgb(114,143,212); }
div.DivClassName
{
background-color: #728FD4;
}
.BgClassName
{
background-color: #728FD4;
}
</style>
border-color css
<style>
span { border-color: #728FD4; }
span { border-color: rgb(114,143,212); }
td.TdClassName
{
border-color: #728FD4;
}
.TagClassName
{
border-color: #728FD4;
}
</style>