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