Shades of Portage #7588D9
Tints of Portage #7588D9
RGB
CMYK
RGB Variations
Color information
#7588D9 (or 0x7588D9) is known color: Portage. HEX triplet: 75, 88 and D9. RGB value is (117,136,217). Sum of RGB (Red+Green+Blue) = 117+136+217=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #7588D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588D9 is #8A7726. Grayscale: #8B8B8B. Windows color (decimal): -9074471 or 14256245. OLE color: 14256245.
HSL color Cylindrical-coordinate representation of color #7588D9: hue angle of 228.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7588D9 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 136 | 217 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.15 |
| HSL | 228.6º | 0.57% | 0.65% | - |
| HSV(B) | 228.6º | 0.46% | 0.85% | - |
| XYZ | 28.66 | 26.4 | 69.23 | - |
| YUV | 139.55 | 171.71 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 217 | 0.46 | 0.37 | 0 | 0.15 | 228.6 | 0.57 | 0.65 |
| Hex | 75 | 88 | D9 | 2E | 25 | 0 | F | E5 | 39 | 41 |
| Octal | 165 | 210 | 331 | 56 | 45 | 0 | 17 | 345 | 71 | 101 |
| Binary | 1110101 | 10001000 | 11011001 | 101110 | 100101 | 0 | 1111 | 11100101 | 111001 | 1000001 |
Color Harmonies of #7588D9
Complementary color
Monochromatic Colors of #7588D9
Black with #7588D9
Text Example
Text Example
White with #7588D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7588D9; }
p { color: rgb(117,136,217); }
H1.HeaderClassName
{
color: #7588D9;
}
.AnyTagClassName
{
color: #7588D9;
}
</style>
background-color css
<style>
a { background-color: #7588D9; }
a { background-color: rgb(117,136,217); }
div.DivClassName
{
background-color: #7588D9;
}
.BgClassName
{
background-color: #7588D9;
}
</style>
border-color css
<style>
span { border-color: #7588D9; }
span { border-color: rgb(117,136,217); }
td.TdClassName
{
border-color: #7588D9;
}
.TagClassName
{
border-color: #7588D9;
}
</style>