Shades of Portage #7484DC
Tints of Portage #7484DC
RGB
CMYK
RGB Variations
Color information
#7484DC (or 0x7484DC) is known color: Portage. HEX triplet: 74, 84 and DC. RGB value is (116,132,220). Sum of RGB (Red+Green+Blue) = 116+132+220=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7484DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7484DC is #8B7B23. Grayscale: #888888. Windows color (decimal): -9141028 or 14451828. OLE color: 14451828.
HSL color Cylindrical-coordinate representation of color #7484DC: hue angle of 230.77º 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 #7484DC is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 132 | 220 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.14 |
| HSL | 230.77º | 0.6% | 0.66% | - |
| HSV(B) | 230.77º | 0.47% | 0.86% | - |
| XYZ | 28.37 | 25.38 | 71.11 | - |
| YUV | 137.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 220 | 0.47 | 0.40 | 0 | 0.14 | 230.77 | 0.6 | 0.66 |
| Hex | 74 | 84 | DC | 2F | 28 | 0 | E | E7 | 3C | 42 |
| Octal | 164 | 204 | 334 | 57 | 50 | 0 | 16 | 347 | 74 | 102 |
| Binary | 1110100 | 10000100 | 11011100 | 101111 | 101000 | 0 | 1110 | 11100111 | 111100 | 1000010 |
Color Harmonies of #7484DC
Complementary color
Monochromatic Colors of #7484DC
Black with #7484DC
Text Example
Text Example
White with #7484DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7484DC; }
p { color: rgb(116,132,220); }
H1.HeaderClassName
{
color: #7484DC;
}
.AnyTagClassName
{
color: #7484DC;
}
</style>
background-color css
<style>
a { background-color: #7484DC; }
a { background-color: rgb(116,132,220); }
div.DivClassName
{
background-color: #7484DC;
}
.BgClassName
{
background-color: #7484DC;
}
</style>
border-color css
<style>
span { border-color: #7484DC; }
span { border-color: rgb(116,132,220); }
td.TdClassName
{
border-color: #7484DC;
}
.TagClassName
{
border-color: #7484DC;
}
</style>