Shades of Portage #7390D7
Tints of Portage #7390D7
RGB
CMYK
RGB Variations
Color information
#7390D7 (or 0x7390D7) is known color: Portage. HEX triplet: 73, 90 and D7. RGB value is (115,144,215). Sum of RGB (Red+Green+Blue) = 115+144+215=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #7390D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7390D7 is #8C6F28. Grayscale: #8F8F8F. Windows color (decimal): -9203497 or 14127219. OLE color: 14127219.
HSL color Cylindrical-coordinate representation of color #7390D7: hue angle of 222.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7390D7 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 144 | 215 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.16 |
| HSL | 222.6º | 0.56% | 0.65% | - |
| HSV(B) | 222.6º | 0.47% | 0.84% | - |
| XYZ | 29.31 | 28.5 | 68.25 | - |
| YUV | 143.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 215 | 0.47 | 0.33 | 0 | 0.16 | 222.6 | 0.56 | 0.65 |
| Hex | 73 | 90 | D7 | 2F | 21 | 0 | 10 | DF | 38 | 41 |
| Octal | 163 | 220 | 327 | 57 | 41 | 0 | 20 | 337 | 70 | 101 |
| Binary | 1110011 | 10010000 | 11010111 | 101111 | 100001 | 0 | 10000 | 11011111 | 111000 | 1000001 |
Color Harmonies of #7390D7
Complementary color
Monochromatic Colors of #7390D7
Black with #7390D7
Text Example
Text Example
White with #7390D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7390D7; }
p { color: rgb(115,144,215); }
H1.HeaderClassName
{
color: #7390D7;
}
.AnyTagClassName
{
color: #7390D7;
}
</style>
background-color css
<style>
a { background-color: #7390D7; }
a { background-color: rgb(115,144,215); }
div.DivClassName
{
background-color: #7390D7;
}
.BgClassName
{
background-color: #7390D7;
}
</style>
border-color css
<style>
span { border-color: #7390D7; }
span { border-color: rgb(115,144,215); }
td.TdClassName
{
border-color: #7390D7;
}
.TagClassName
{
border-color: #7390D7;
}
</style>