Shades of Portage #7584D9
Tints of Portage #7584D9
RGB
CMYK
RGB Variations
Color information
#7584D9 (or 0x7584D9) is known color: Portage. HEX triplet: 75, 84 and D9. RGB value is (117,132,217). Sum of RGB (Red+Green+Blue) = 117+132+217=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #7584D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584D9 is #8A7B26. Grayscale: #888888. Windows color (decimal): -9075495 or 14255221. OLE color: 14255221.
HSL color Cylindrical-coordinate representation of color #7584D9: hue angle of 231º 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 #7584D9 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 132 | 217 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.15 |
| HSL | 231º | 0.57% | 0.65% | - |
| HSV(B) | 231º | 0.46% | 0.85% | - |
| XYZ | 28.11 | 25.29 | 69.05 | - |
| YUV | 137.21 | 173.03 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 217 | 0.46 | 0.39 | 0 | 0.15 | 231 | 0.57 | 0.65 |
| Hex | 75 | 84 | D9 | 2E | 27 | 0 | F | E7 | 39 | 41 |
| Octal | 165 | 204 | 331 | 56 | 47 | 0 | 17 | 347 | 71 | 101 |
| Binary | 1110101 | 10000100 | 11011001 | 101110 | 100111 | 0 | 1111 | 11100111 | 111001 | 1000001 |
Color Harmonies of #7584D9
Complementary color
Monochromatic Colors of #7584D9
Black with #7584D9
Text Example
Text Example
White with #7584D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584D9; }
p { color: rgb(117,132,217); }
H1.HeaderClassName
{
color: #7584D9;
}
.AnyTagClassName
{
color: #7584D9;
}
</style>
background-color css
<style>
a { background-color: #7584D9; }
a { background-color: rgb(117,132,217); }
div.DivClassName
{
background-color: #7584D9;
}
.BgClassName
{
background-color: #7584D9;
}
</style>
border-color css
<style>
span { border-color: #7584D9; }
span { border-color: rgb(117,132,217); }
td.TdClassName
{
border-color: #7584D9;
}
.TagClassName
{
border-color: #7584D9;
}
</style>