Shades of Portage #7584E0
Tints of Portage #7584E0
RGB
CMYK
RGB Variations
Color information
#7584E0 (or 0x7584E0) is known color: Portage. HEX triplet: 75, 84 and E0. RGB value is (117,132,224). Sum of RGB (Red+Green+Blue) = 117+132+224=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #7584E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584E0 is #8A7B1F. Grayscale: #898989. Windows color (decimal): -9075488 or 14713973. OLE color: 14713973.
HSL color Cylindrical-coordinate representation of color #7584E0: hue angle of 231.59º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7584E0 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 132 | 224 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.12 |
| HSL | 231.59º | 0.63% | 0.67% | - |
| HSV(B) | 231.59º | 0.48% | 0.88% | - |
| XYZ | 29.04 | 25.67 | 73.94 | - |
| YUV | 138 | 176.53 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 224 | 0.48 | 0.41 | 0 | 0.12 | 231.59 | 0.63 | 0.67 |
| Hex | 75 | 84 | E0 | 30 | 29 | 0 | C | E8 | 3F | 43 |
| Octal | 165 | 204 | 340 | 60 | 51 | 0 | 14 | 350 | 77 | 103 |
| Binary | 1110101 | 10000100 | 11100000 | 110000 | 101001 | 0 | 1100 | 11101000 | 111111 | 1000011 |
Color Harmonies of #7584E0
Complementary color
Monochromatic Colors of #7584E0
Black with #7584E0
Text Example
Text Example
White with #7584E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584E0; }
p { color: rgb(117,132,224); }
H1.HeaderClassName
{
color: #7584E0;
}
.AnyTagClassName
{
color: #7584E0;
}
</style>
background-color css
<style>
a { background-color: #7584E0; }
a { background-color: rgb(117,132,224); }
div.DivClassName
{
background-color: #7584E0;
}
.BgClassName
{
background-color: #7584E0;
}
</style>
border-color css
<style>
span { border-color: #7584E0; }
span { border-color: rgb(117,132,224); }
td.TdClassName
{
border-color: #7584E0;
}
.TagClassName
{
border-color: #7584E0;
}
</style>