Shades of Portage #7588DC
Tints of Portage #7588DC
RGB
CMYK
RGB Variations
Color information
#7588DC (or 0x7588DC) is known color: Portage. HEX triplet: 75, 88 and DC. RGB value is (117,136,220). Sum of RGB (Red+Green+Blue) = 117+136+220=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #7588DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588DC is #8A7723. Grayscale: #8B8B8B. Windows color (decimal): -9074468 or 14452853. OLE color: 14452853.
HSL color Cylindrical-coordinate representation of color #7588DC: hue angle of 228.93º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7588DC is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 136 | 220 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.14 |
| HSL | 228.93º | 0.6% | 0.66% | - |
| HSV(B) | 228.93º | 0.47% | 0.86% | - |
| XYZ | 29.06 | 26.56 | 71.3 | - |
| YUV | 139.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 220 | 0.47 | 0.38 | 0 | 0.14 | 228.93 | 0.6 | 0.66 |
| Hex | 75 | 88 | DC | 2F | 26 | 0 | E | E5 | 3C | 42 |
| Octal | 165 | 210 | 334 | 57 | 46 | 0 | 16 | 345 | 74 | 102 |
| Binary | 1110101 | 10001000 | 11011100 | 101111 | 100110 | 0 | 1110 | 11100101 | 111100 | 1000010 |
Color Harmonies of #7588DC
Complementary color
Monochromatic Colors of #7588DC
Black with #7588DC
Text Example
Text Example
White with #7588DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7588DC; }
p { color: rgb(117,136,220); }
H1.HeaderClassName
{
color: #7588DC;
}
.AnyTagClassName
{
color: #7588DC;
}
</style>
background-color css
<style>
a { background-color: #7588DC; }
a { background-color: rgb(117,136,220); }
div.DivClassName
{
background-color: #7588DC;
}
.BgClassName
{
background-color: #7588DC;
}
</style>
border-color css
<style>
span { border-color: #7588DC; }
span { border-color: rgb(117,136,220); }
td.TdClassName
{
border-color: #7588DC;
}
.TagClassName
{
border-color: #7588DC;
}
</style>