Shades of Portage #7487DA
Tints of Portage #7487DA
RGB
CMYK
RGB Variations
Color information
#7487DA (or 0x7487DA) is known color: Portage. HEX triplet: 74, 87 and DA. RGB value is (116,135,218). Sum of RGB (Red+Green+Blue) = 116+135+218=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #7487DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7487DA is #8B7825. Grayscale: #8A8A8A. Windows color (decimal): -9140262 or 14321524. OLE color: 14321524.
HSL color Cylindrical-coordinate representation of color #7487DA: hue angle of 228.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7487DA is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 135 | 218 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.15 |
| HSL | 228.82º | 0.58% | 0.65% | - |
| HSV(B) | 228.82º | 0.47% | 0.85% | - |
| XYZ | 28.52 | 26.1 | 69.86 | - |
| YUV | 138.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 218 | 0.47 | 0.38 | 0 | 0.15 | 228.82 | 0.58 | 0.65 |
| Hex | 74 | 87 | DA | 2F | 26 | 0 | F | E5 | 3A | 41 |
| Octal | 164 | 207 | 332 | 57 | 46 | 0 | 17 | 345 | 72 | 101 |
| Binary | 1110100 | 10000111 | 11011010 | 101111 | 100110 | 0 | 1111 | 11100101 | 111010 | 1000001 |
Color Harmonies of #7487DA
Complementary color
Monochromatic Colors of #7487DA
Black with #7487DA
Text Example
Text Example
White with #7487DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7487DA; }
p { color: rgb(116,135,218); }
H1.HeaderClassName
{
color: #7487DA;
}
.AnyTagClassName
{
color: #7487DA;
}
</style>
background-color css
<style>
a { background-color: #7487DA; }
a { background-color: rgb(116,135,218); }
div.DivClassName
{
background-color: #7487DA;
}
.BgClassName
{
background-color: #7487DA;
}
</style>
border-color css
<style>
span { border-color: #7487DA; }
span { border-color: rgb(116,135,218); }
td.TdClassName
{
border-color: #7487DA;
}
.TagClassName
{
border-color: #7487DA;
}
</style>