Shades of Portage #738ED4
Tints of Portage #738ED4
RGB
CMYK
RGB Variations
Color information
#738ED4 (or 0x738ED4) is known color: Portage. HEX triplet: 73, 8E and D4. RGB value is (115,142,212). Sum of RGB (Red+Green+Blue) = 115+142+212=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 142 (55.86% from 255 or 30.28% 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 #738ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738ED4 is #8C712B. Grayscale: #8D8D8D. Windows color (decimal): -9204012 or 13930099. OLE color: 13930099.
HSL color Cylindrical-coordinate representation of color #738ED4: hue angle of 223.3º 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 #738ED4 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 142 | 212 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.17 |
| HSL | 223.3º | 0.53% | 0.64% | - |
| HSV(B) | 223.3º | 0.46% | 0.83% | - |
| XYZ | 28.63 | 27.74 | 66.13 | - |
| YUV | 141.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 212 | 0.46 | 0.33 | 0 | 0.17 | 223.3 | 0.53 | 0.64 |
| Hex | 73 | 8E | D4 | 2E | 21 | 0 | 11 | DF | 35 | 40 |
| Octal | 163 | 216 | 324 | 56 | 41 | 0 | 21 | 337 | 65 | 100 |
| Binary | 1110011 | 10001110 | 11010100 | 101110 | 100001 | 0 | 10001 | 11011111 | 110101 | 1000000 |
Color Harmonies of #738ED4
Complementary color
Monochromatic Colors of #738ED4
Black with #738ED4
Text Example
Text Example
White with #738ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738ED4; }
p { color: rgb(115,142,212); }
H1.HeaderClassName
{
color: #738ED4;
}
.AnyTagClassName
{
color: #738ED4;
}
</style>
background-color css
<style>
a { background-color: #738ED4; }
a { background-color: rgb(115,142,212); }
div.DivClassName
{
background-color: #738ED4;
}
.BgClassName
{
background-color: #738ED4;
}
</style>
border-color css
<style>
span { border-color: #738ED4; }
span { border-color: rgb(115,142,212); }
td.TdClassName
{
border-color: #738ED4;
}
.TagClassName
{
border-color: #738ED4;
}
</style>