Shades of Portage #7584DD
Tints of Portage #7584DD
RGB
CMYK
RGB Variations
Color information
#7584DD (or 0x7584DD) is known color: Portage. HEX triplet: 75, 84 and DD. RGB value is (117,132,221). Sum of RGB (Red+Green+Blue) = 117+132+221=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #7584DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584DD is #8A7B22. Grayscale: #898989. Windows color (decimal): -9075491 or 14517365. OLE color: 14517365.
HSL color Cylindrical-coordinate representation of color #7584DD: hue angle of 231.35º 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 #7584DD is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 132 | 221 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.13 |
| HSL | 231.35º | 0.6% | 0.66% | - |
| HSV(B) | 231.35º | 0.47% | 0.87% | - |
| XYZ | 28.64 | 25.5 | 71.82 | - |
| YUV | 137.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 221 | 0.47 | 0.40 | 0 | 0.13 | 231.35 | 0.6 | 0.66 |
| Hex | 75 | 84 | DD | 2F | 28 | 0 | D | E7 | 3C | 42 |
| Octal | 165 | 204 | 335 | 57 | 50 | 0 | 15 | 347 | 74 | 102 |
| Binary | 1110101 | 10000100 | 11011101 | 101111 | 101000 | 0 | 1101 | 11100111 | 111100 | 1000010 |
Color Harmonies of #7584DD
Complementary color
Monochromatic Colors of #7584DD
Black with #7584DD
Text Example
Text Example
White with #7584DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584DD; }
p { color: rgb(117,132,221); }
H1.HeaderClassName
{
color: #7584DD;
}
.AnyTagClassName
{
color: #7584DD;
}
</style>
background-color css
<style>
a { background-color: #7584DD; }
a { background-color: rgb(117,132,221); }
div.DivClassName
{
background-color: #7584DD;
}
.BgClassName
{
background-color: #7584DD;
}
</style>
border-color css
<style>
span { border-color: #7584DD; }
span { border-color: rgb(117,132,221); }
td.TdClassName
{
border-color: #7584DD;
}
.TagClassName
{
border-color: #7584DD;
}
</style>