Shades of Portage #7587D5
Tints of Portage #7587D5
RGB
CMYK
RGB Variations
Color information
#7587D5 (or 0x7587D5) is known color: Portage. HEX triplet: 75, 87 and D5. RGB value is (117,135,213). Sum of RGB (Red+Green+Blue) = 117+135+213=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #7587D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7587D5 is #8A782A. Grayscale: #8A8A8A. Windows color (decimal): -9074731 or 13993845. OLE color: 13993845.
HSL color Cylindrical-coordinate representation of color #7587D5: hue angle of 228.75º 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 #7587D5 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 135 | 213 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.16 |
| HSL | 228.75º | 0.53% | 0.65% | - |
| HSV(B) | 228.75º | 0.45% | 0.84% | - |
| XYZ | 28.01 | 25.91 | 66.48 | - |
| YUV | 138.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 213 | 0.45 | 0.37 | 0 | 0.16 | 228.75 | 0.53 | 0.65 |
| Hex | 75 | 87 | D5 | 2D | 25 | 0 | 10 | E5 | 35 | 41 |
| Octal | 165 | 207 | 325 | 55 | 45 | 0 | 20 | 345 | 65 | 101 |
| Binary | 1110101 | 10000111 | 11010101 | 101101 | 100101 | 0 | 10000 | 11100101 | 110101 | 1000001 |
Color Harmonies of #7587D5
Complementary color
Monochromatic Colors of #7587D5
Black with #7587D5
Text Example
Text Example
White with #7587D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7587D5; }
p { color: rgb(117,135,213); }
H1.HeaderClassName
{
color: #7587D5;
}
.AnyTagClassName
{
color: #7587D5;
}
</style>
background-color css
<style>
a { background-color: #7587D5; }
a { background-color: rgb(117,135,213); }
div.DivClassName
{
background-color: #7587D5;
}
.BgClassName
{
background-color: #7587D5;
}
</style>
border-color css
<style>
span { border-color: #7587D5; }
span { border-color: rgb(117,135,213); }
td.TdClassName
{
border-color: #7587D5;
}
.TagClassName
{
border-color: #7587D5;
}
</style>