Shades of Portage #7588DD
Tints of Portage #7588DD
RGB
CMYK
RGB Variations
Color information
#7588DD (or 0x7588DD) is known color: Portage. HEX triplet: 75, 88 and DD. RGB value is (117,136,221). Sum of RGB (Red+Green+Blue) = 117+136+221=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #7588DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588DD is #8A7722. Grayscale: #8B8B8B. Windows color (decimal): -9074467 or 14518389. OLE color: 14518389.
HSL color Cylindrical-coordinate representation of color #7588DD: hue angle of 229.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7588DD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 136 | 221 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.13 |
| HSL | 229.04º | 0.6% | 0.66% | - |
| HSV(B) | 229.04º | 0.47% | 0.87% | - |
| XYZ | 29.19 | 26.61 | 72 | - |
| YUV | 140.01 | 173.71 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 221 | 0.47 | 0.38 | 0 | 0.13 | 229.04 | 0.6 | 0.66 |
| Hex | 75 | 88 | DD | 2F | 26 | 0 | D | E5 | 3C | 42 |
| Octal | 165 | 210 | 335 | 57 | 46 | 0 | 15 | 345 | 74 | 102 |
| Binary | 1110101 | 10001000 | 11011101 | 101111 | 100110 | 0 | 1101 | 11100101 | 111100 | 1000010 |
Color Harmonies of #7588DD
Complementary color
Monochromatic Colors of #7588DD
Black with #7588DD
Text Example
Text Example
White with #7588DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7588DD; }
p { color: rgb(117,136,221); }
H1.HeaderClassName
{
color: #7588DD;
}
.AnyTagClassName
{
color: #7588DD;
}
</style>
background-color css
<style>
a { background-color: #7588DD; }
a { background-color: rgb(117,136,221); }
div.DivClassName
{
background-color: #7588DD;
}
.BgClassName
{
background-color: #7588DD;
}
</style>
border-color css
<style>
span { border-color: #7588DD; }
span { border-color: rgb(117,136,221); }
td.TdClassName
{
border-color: #7588DD;
}
.TagClassName
{
border-color: #7588DD;
}
</style>