Shades of Portage #7587DB
Tints of Portage #7587DB
RGB
CMYK
RGB Variations
Color information
#7587DB (or 0x7587DB) is known color: Portage. HEX triplet: 75, 87 and DB. RGB value is (117,135,219). Sum of RGB (Red+Green+Blue) = 117+135+219=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #7587DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7587DB is #8A7824. Grayscale: #8A8A8A. Windows color (decimal): -9074725 or 14387061. OLE color: 14387061.
HSL color Cylindrical-coordinate representation of color #7587DB: hue angle of 229.41º 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 #7587DB is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 135 | 219 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.14 |
| HSL | 229.41º | 0.59% | 0.66% | - |
| HSV(B) | 229.41º | 0.47% | 0.86% | - |
| XYZ | 28.79 | 26.22 | 70.56 | - |
| YUV | 139.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 219 | 0.47 | 0.38 | 0 | 0.14 | 229.41 | 0.59 | 0.66 |
| Hex | 75 | 87 | DB | 2F | 26 | 0 | E | E5 | 3B | 42 |
| Octal | 165 | 207 | 333 | 57 | 46 | 0 | 16 | 345 | 73 | 102 |
| Binary | 1110101 | 10000111 | 11011011 | 101111 | 100110 | 0 | 1110 | 11100101 | 111011 | 1000010 |
Color Harmonies of #7587DB
Complementary color
Monochromatic Colors of #7587DB
Black with #7587DB
Text Example
Text Example
White with #7587DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7587DB; }
p { color: rgb(117,135,219); }
H1.HeaderClassName
{
color: #7587DB;
}
.AnyTagClassName
{
color: #7587DB;
}
</style>
background-color css
<style>
a { background-color: #7587DB; }
a { background-color: rgb(117,135,219); }
div.DivClassName
{
background-color: #7587DB;
}
.BgClassName
{
background-color: #7587DB;
}
</style>
border-color css
<style>
span { border-color: #7587DB; }
span { border-color: rgb(117,135,219); }
td.TdClassName
{
border-color: #7587DB;
}
.TagClassName
{
border-color: #7587DB;
}
</style>