Shades of Portage #7481DD
Tints of Portage #7481DD
RGB
CMYK
RGB Variations
Color information
#7481DD (or 0x7481DD) is known color: Portage. HEX triplet: 74, 81 and DD. RGB value is (116,129,221). Sum of RGB (Red+Green+Blue) = 116+129+221=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #7481DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481DD is #8B7E22. Grayscale: #878787. Windows color (decimal): -9141795 or 14516596. OLE color: 14516596.
HSL color Cylindrical-coordinate representation of color #7481DD: hue angle of 232.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7481DD is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 129 | 221 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.13 |
| HSL | 232.57º | 0.61% | 0.66% | - |
| HSV(B) | 232.57º | 0.48% | 0.87% | - |
| XYZ | 28.1 | 24.63 | 71.68 | - |
| YUV | 135.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 221 | 0.48 | 0.42 | 0 | 0.13 | 232.57 | 0.61 | 0.66 |
| Hex | 74 | 81 | DD | 30 | 2A | 0 | D | E9 | 3D | 42 |
| Octal | 164 | 201 | 335 | 60 | 52 | 0 | 15 | 351 | 75 | 102 |
| Binary | 1110100 | 10000001 | 11011101 | 110000 | 101010 | 0 | 1101 | 11101001 | 111101 | 1000010 |
Color Harmonies of #7481DD
Complementary color
Monochromatic Colors of #7481DD
Black with #7481DD
Text Example
Text Example
White with #7481DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7481DD; }
p { color: rgb(116,129,221); }
H1.HeaderClassName
{
color: #7481DD;
}
.AnyTagClassName
{
color: #7481DD;
}
</style>
background-color css
<style>
a { background-color: #7481DD; }
a { background-color: rgb(116,129,221); }
div.DivClassName
{
background-color: #7481DD;
}
.BgClassName
{
background-color: #7481DD;
}
</style>
border-color css
<style>
span { border-color: #7481DD; }
span { border-color: rgb(116,129,221); }
td.TdClassName
{
border-color: #7481DD;
}
.TagClassName
{
border-color: #7481DD;
}
</style>