Shades of Portage #7284DB
Tints of Portage #7284DB
RGB
CMYK
RGB Variations
Color information
#7284DB (or 0x7284DB) is known color: Portage. HEX triplet: 72, 84 and DB. RGB value is (114,132,219). Sum of RGB (Red+Green+Blue) = 114+132+219=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #7284DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284DB is #8D7B24. Grayscale: #888888. Windows color (decimal): -9272101 or 14386290. OLE color: 14386290.
HSL color Cylindrical-coordinate representation of color #7284DB: hue angle of 229.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7284DB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 132 | 219 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.14 |
| HSL | 229.71º | 0.59% | 0.65% | - |
| HSV(B) | 229.71º | 0.48% | 0.86% | - |
| XYZ | 27.98 | 25.19 | 70.41 | - |
| YUV | 136.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 219 | 0.48 | 0.40 | 0 | 0.14 | 229.71 | 0.59 | 0.65 |
| Hex | 72 | 84 | DB | 30 | 28 | 0 | E | E6 | 3B | 41 |
| Octal | 162 | 204 | 333 | 60 | 50 | 0 | 16 | 346 | 73 | 101 |
| Binary | 1110010 | 10000100 | 11011011 | 110000 | 101000 | 0 | 1110 | 11100110 | 111011 | 1000001 |
Color Harmonies of #7284DB
Complementary color
Monochromatic Colors of #7284DB
Black with #7284DB
Text Example
Text Example
White with #7284DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284DB; }
p { color: rgb(114,132,219); }
H1.HeaderClassName
{
color: #7284DB;
}
.AnyTagClassName
{
color: #7284DB;
}
</style>
background-color css
<style>
a { background-color: #7284DB; }
a { background-color: rgb(114,132,219); }
div.DivClassName
{
background-color: #7284DB;
}
.BgClassName
{
background-color: #7284DB;
}
</style>
border-color css
<style>
span { border-color: #7284DB; }
span { border-color: rgb(114,132,219); }
td.TdClassName
{
border-color: #7284DB;
}
.TagClassName
{
border-color: #7284DB;
}
</style>