Shades of Portage #7588DB
Tints of Portage #7588DB
RGB
CMYK
RGB Variations
Color information
#7588DB (or 0x7588DB) is known color: Portage. HEX triplet: 75, 88 and DB. RGB value is (117,136,219). Sum of RGB (Red+Green+Blue) = 117+136+219=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7588DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588DB is #8A7724. Grayscale: #8B8B8B. Windows color (decimal): -9074469 or 14387317. OLE color: 14387317.
HSL color Cylindrical-coordinate representation of color #7588DB: hue angle of 228.82º degrees, saturation: 0.59, 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 #7588DB is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 136 | 219 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.14 |
| HSL | 228.82º | 0.59% | 0.66% | - |
| HSV(B) | 228.82º | 0.47% | 0.86% | - |
| XYZ | 28.93 | 26.5 | 70.61 | - |
| YUV | 139.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 219 | 0.47 | 0.38 | 0 | 0.14 | 228.82 | 0.59 | 0.66 |
| Hex | 75 | 88 | DB | 2F | 26 | 0 | E | E5 | 3B | 42 |
| Octal | 165 | 210 | 333 | 57 | 46 | 0 | 16 | 345 | 73 | 102 |
| Binary | 1110101 | 10001000 | 11011011 | 101111 | 100110 | 0 | 1110 | 11100101 | 111011 | 1000010 |
Color Harmonies of #7588DB
Complementary color
Monochromatic Colors of #7588DB
Black with #7588DB
Text Example
Text Example
White with #7588DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7588DB; }
p { color: rgb(117,136,219); }
H1.HeaderClassName
{
color: #7588DB;
}
.AnyTagClassName
{
color: #7588DB;
}
</style>
background-color css
<style>
a { background-color: #7588DB; }
a { background-color: rgb(117,136,219); }
div.DivClassName
{
background-color: #7588DB;
}
.BgClassName
{
background-color: #7588DB;
}
</style>
border-color css
<style>
span { border-color: #7588DB; }
span { border-color: rgb(117,136,219); }
td.TdClassName
{
border-color: #7588DB;
}
.TagClassName
{
border-color: #7588DB;
}
</style>