Shades of Portage #7588D5
Tints of Portage #7588D5
RGB
CMYK
RGB Variations
Color information
#7588D5 (or 0x7588D5) is known color: Portage. HEX triplet: 75, 88 and D5. RGB value is (117,136,213). Sum of RGB (Red+Green+Blue) = 117+136+213=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #7588D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588D5 is #8A772A. Grayscale: #8A8A8A. Windows color (decimal): -9074475 or 13994101. OLE color: 13994101.
HSL color Cylindrical-coordinate representation of color #7588D5: hue angle of 228.12º 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 #7588D5 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 136 | 213 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.16 |
| HSL | 228.13º | 0.53% | 0.65% | - |
| HSV(B) | 228.13º | 0.45% | 0.84% | - |
| XYZ | 28.15 | 26.19 | 66.52 | - |
| YUV | 139.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 213 | 0.45 | 0.36 | 0 | 0.16 | 228.13 | 0.53 | 0.65 |
| Hex | 75 | 88 | D5 | 2D | 24 | 0 | 10 | E4 | 35 | 41 |
| Octal | 165 | 210 | 325 | 55 | 44 | 0 | 20 | 344 | 65 | 101 |
| Binary | 1110101 | 10001000 | 11010101 | 101101 | 100100 | 0 | 10000 | 11100100 | 110101 | 1000001 |
Color Harmonies of #7588D5
Complementary color
Monochromatic Colors of #7588D5
Black with #7588D5
Text Example
Text Example
White with #7588D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7588D5; }
p { color: rgb(117,136,213); }
H1.HeaderClassName
{
color: #7588D5;
}
.AnyTagClassName
{
color: #7588D5;
}
</style>
background-color css
<style>
a { background-color: #7588D5; }
a { background-color: rgb(117,136,213); }
div.DivClassName
{
background-color: #7588D5;
}
.BgClassName
{
background-color: #7588D5;
}
</style>
border-color css
<style>
span { border-color: #7588D5; }
span { border-color: rgb(117,136,213); }
td.TdClassName
{
border-color: #7588D5;
}
.TagClassName
{
border-color: #7588D5;
}
</style>