Shades of Portage #7484DB
Tints of Portage #7484DB
RGB
CMYK
RGB Variations
Color information
#7484DB (or 0x7484DB) is known color: Portage. HEX triplet: 74, 84 and DB. RGB value is (116,132,219). Sum of RGB (Red+Green+Blue) = 116+132+219=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #7484DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7484DB is #8B7B24. Grayscale: #888888. Windows color (decimal): -9141029 or 14386292. OLE color: 14386292.
HSL color Cylindrical-coordinate representation of color #7484DB: hue angle of 230.68º 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 #7484DB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 132 | 219 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.14 |
| HSL | 230.68º | 0.59% | 0.66% | - |
| HSV(B) | 230.68º | 0.47% | 0.86% | - |
| XYZ | 28.24 | 25.33 | 70.42 | - |
| YUV | 137.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 219 | 0.47 | 0.40 | 0 | 0.14 | 230.68 | 0.59 | 0.66 |
| Hex | 74 | 84 | DB | 2F | 28 | 0 | E | E7 | 3B | 42 |
| Octal | 164 | 204 | 333 | 57 | 50 | 0 | 16 | 347 | 73 | 102 |
| Binary | 1110100 | 10000100 | 11011011 | 101111 | 101000 | 0 | 1110 | 11100111 | 111011 | 1000010 |
Color Harmonies of #7484DB
Complementary color
Monochromatic Colors of #7484DB
Black with #7484DB
Text Example
Text Example
White with #7484DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7484DB; }
p { color: rgb(116,132,219); }
H1.HeaderClassName
{
color: #7484DB;
}
.AnyTagClassName
{
color: #7484DB;
}
</style>
background-color css
<style>
a { background-color: #7484DB; }
a { background-color: rgb(116,132,219); }
div.DivClassName
{
background-color: #7484DB;
}
.BgClassName
{
background-color: #7484DB;
}
</style>
border-color css
<style>
span { border-color: #7484DB; }
span { border-color: rgb(116,132,219); }
td.TdClassName
{
border-color: #7484DB;
}
.TagClassName
{
border-color: #7484DB;
}
</style>