Shades of Portage #7584D5
Tints of Portage #7584D5
RGB
CMYK
RGB Variations
Color information
#7584D5 (or 0x7584D5) is known color: Portage. HEX triplet: 75, 84 and D5. RGB value is (117,132,213). Sum of RGB (Red+Green+Blue) = 117+132+213=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #7584D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584D5 is #8A7B2A. Grayscale: #888888. Windows color (decimal): -9075499 or 13993077. OLE color: 13993077.
HSL color Cylindrical-coordinate representation of color #7584D5: hue angle of 230.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7584D5 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 132 | 213 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.16 |
| HSL | 230.63º | 0.53% | 0.65% | - |
| HSV(B) | 230.63º | 0.45% | 0.84% | - |
| XYZ | 27.6 | 25.09 | 66.34 | - |
| YUV | 136.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 213 | 0.45 | 0.38 | 0 | 0.16 | 230.63 | 0.53 | 0.65 |
| Hex | 75 | 84 | D5 | 2D | 26 | 0 | 10 | E7 | 35 | 41 |
| Octal | 165 | 204 | 325 | 55 | 46 | 0 | 20 | 347 | 65 | 101 |
| Binary | 1110101 | 10000100 | 11010101 | 101101 | 100110 | 0 | 10000 | 11100111 | 110101 | 1000001 |
Color Harmonies of #7584D5
Complementary color
Monochromatic Colors of #7584D5
Black with #7584D5
Text Example
Text Example
White with #7584D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584D5; }
p { color: rgb(117,132,213); }
H1.HeaderClassName
{
color: #7584D5;
}
.AnyTagClassName
{
color: #7584D5;
}
</style>
background-color css
<style>
a { background-color: #7584D5; }
a { background-color: rgb(117,132,213); }
div.DivClassName
{
background-color: #7584D5;
}
.BgClassName
{
background-color: #7584D5;
}
</style>
border-color css
<style>
span { border-color: #7584D5; }
span { border-color: rgb(117,132,213); }
td.TdClassName
{
border-color: #7584D5;
}
.TagClassName
{
border-color: #7584D5;
}
</style>