Shades of Portage #7388D7
Tints of Portage #7388D7
RGB
CMYK
RGB Variations
Color information
#7388D7 (or 0x7388D7) is known color: Portage. HEX triplet: 73, 88 and D7. RGB value is (115,136,215). Sum of RGB (Red+Green+Blue) = 115+136+215=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #7388D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388D7 is #8C7728. Grayscale: #8A8A8A. Windows color (decimal): -9205545 or 14125171. OLE color: 14125171.
HSL color Cylindrical-coordinate representation of color #7388D7: hue angle of 227.4º 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 #7388D7 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 136 | 215 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.16 |
| HSL | 227.4º | 0.56% | 0.65% | - |
| HSV(B) | 227.4º | 0.47% | 0.84% | - |
| XYZ | 28.14 | 26.16 | 67.86 | - |
| YUV | 138.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 215 | 0.47 | 0.37 | 0 | 0.16 | 227.4 | 0.56 | 0.65 |
| Hex | 73 | 88 | D7 | 2F | 25 | 0 | 10 | E3 | 38 | 41 |
| Octal | 163 | 210 | 327 | 57 | 45 | 0 | 20 | 343 | 70 | 101 |
| Binary | 1110011 | 10001000 | 11010111 | 101111 | 100101 | 0 | 10000 | 11100011 | 111000 | 1000001 |
Color Harmonies of #7388D7
Complementary color
Monochromatic Colors of #7388D7
Black with #7388D7
Text Example
Text Example
White with #7388D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7388D7; }
p { color: rgb(115,136,215); }
H1.HeaderClassName
{
color: #7388D7;
}
.AnyTagClassName
{
color: #7388D7;
}
</style>
background-color css
<style>
a { background-color: #7388D7; }
a { background-color: rgb(115,136,215); }
div.DivClassName
{
background-color: #7388D7;
}
.BgClassName
{
background-color: #7388D7;
}
</style>
border-color css
<style>
span { border-color: #7388D7; }
span { border-color: rgb(115,136,215); }
td.TdClassName
{
border-color: #7388D7;
}
.TagClassName
{
border-color: #7388D7;
}
</style>