Shades of Portage #7584DF
Tints of Portage #7584DF
RGB
CMYK
RGB Variations
Color information
#7584DF (or 0x7584DF) is known color: Portage. HEX triplet: 75, 84 and DF. RGB value is (117,132,223). Sum of RGB (Red+Green+Blue) = 117+132+223=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #7584DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584DF is #8A7B20. Grayscale: #898989. Windows color (decimal): -9075489 or 14648437. OLE color: 14648437.
HSL color Cylindrical-coordinate representation of color #7584DF: hue angle of 231.51º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7584DF is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 132 | 223 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.13 |
| HSL | 231.51º | 0.62% | 0.67% | - |
| HSV(B) | 231.51º | 0.48% | 0.87% | - |
| XYZ | 28.91 | 25.61 | 73.23 | - |
| YUV | 137.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 223 | 0.48 | 0.41 | 0 | 0.13 | 231.51 | 0.62 | 0.67 |
| Hex | 75 | 84 | DF | 30 | 29 | 0 | D | E8 | 3E | 43 |
| Octal | 165 | 204 | 337 | 60 | 51 | 0 | 15 | 350 | 76 | 103 |
| Binary | 1110101 | 10000100 | 11011111 | 110000 | 101001 | 0 | 1101 | 11101000 | 111110 | 1000011 |
Color Harmonies of #7584DF
Complementary color
Monochromatic Colors of #7584DF
Black with #7584DF
Text Example
Text Example
White with #7584DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584DF; }
p { color: rgb(117,132,223); }
H1.HeaderClassName
{
color: #7584DF;
}
.AnyTagClassName
{
color: #7584DF;
}
</style>
background-color css
<style>
a { background-color: #7584DF; }
a { background-color: rgb(117,132,223); }
div.DivClassName
{
background-color: #7584DF;
}
.BgClassName
{
background-color: #7584DF;
}
</style>
border-color css
<style>
span { border-color: #7584DF; }
span { border-color: rgb(117,132,223); }
td.TdClassName
{
border-color: #7584DF;
}
.TagClassName
{
border-color: #7584DF;
}
</style>