Shades of Portage #7486DF
Tints of Portage #7486DF
RGB
CMYK
RGB Variations
Color information
#7486DF (or 0x7486DF) is known color: Portage. HEX triplet: 74, 86 and DF. RGB value is (116,134,223). Sum of RGB (Red+Green+Blue) = 116+134+223=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #7486DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486DF is #8B7920. Grayscale: #8A8A8A. Windows color (decimal): -9140513 or 14648948. OLE color: 14648948.
HSL color Cylindrical-coordinate representation of color #7486DF: hue angle of 229.91º degrees, saturation: 0.63, 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 #7486DF is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 134 | 223 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.13 |
| HSL | 229.91º | 0.63% | 0.66% | - |
| HSV(B) | 229.91º | 0.48% | 0.87% | - |
| XYZ | 29.05 | 26.09 | 73.32 | - |
| YUV | 138.76 | 175.54 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 223 | 0.48 | 0.40 | 0 | 0.13 | 229.91 | 0.63 | 0.66 |
| Hex | 74 | 86 | DF | 30 | 28 | 0 | D | E6 | 3F | 42 |
| Octal | 164 | 206 | 337 | 60 | 50 | 0 | 15 | 346 | 77 | 102 |
| Binary | 1110100 | 10000110 | 11011111 | 110000 | 101000 | 0 | 1101 | 11100110 | 111111 | 1000010 |
Color Harmonies of #7486DF
Complementary color
Monochromatic Colors of #7486DF
Black with #7486DF
Text Example
Text Example
White with #7486DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7486DF; }
p { color: rgb(116,134,223); }
H1.HeaderClassName
{
color: #7486DF;
}
.AnyTagClassName
{
color: #7486DF;
}
</style>
background-color css
<style>
a { background-color: #7486DF; }
a { background-color: rgb(116,134,223); }
div.DivClassName
{
background-color: #7486DF;
}
.BgClassName
{
background-color: #7486DF;
}
</style>
border-color css
<style>
span { border-color: #7486DF; }
span { border-color: rgb(116,134,223); }
td.TdClassName
{
border-color: #7486DF;
}
.TagClassName
{
border-color: #7486DF;
}
</style>