Shades of Portage #7485DF
Tints of Portage #7485DF
RGB
CMYK
RGB Variations
Color information
#7485DF (or 0x7485DF) is known color: Portage. HEX triplet: 74, 85 and DF. RGB value is (116,133,223). Sum of RGB (Red+Green+Blue) = 116+133+223=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #7485DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7485DF is #8B7A20. Grayscale: #898989. Windows color (decimal): -9140769 or 14648692. OLE color: 14648692.
HSL color Cylindrical-coordinate representation of color #7485DF: hue angle of 230.47º 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 #7485DF is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 133 | 223 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.13 |
| HSL | 230.47º | 0.63% | 0.66% | - |
| HSV(B) | 230.47º | 0.48% | 0.87% | - |
| XYZ | 28.91 | 25.82 | 73.27 | - |
| YUV | 138.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 223 | 0.48 | 0.40 | 0 | 0.13 | 230.47 | 0.63 | 0.66 |
| Hex | 74 | 85 | DF | 30 | 28 | 0 | D | E6 | 3F | 42 |
| Octal | 164 | 205 | 337 | 60 | 50 | 0 | 15 | 346 | 77 | 102 |
| Binary | 1110100 | 10000101 | 11011111 | 110000 | 101000 | 0 | 1101 | 11100110 | 111111 | 1000010 |
Color Harmonies of #7485DF
Complementary color
Monochromatic Colors of #7485DF
Black with #7485DF
Text Example
Text Example
White with #7485DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7485DF; }
p { color: rgb(116,133,223); }
H1.HeaderClassName
{
color: #7485DF;
}
.AnyTagClassName
{
color: #7485DF;
}
</style>
background-color css
<style>
a { background-color: #7485DF; }
a { background-color: rgb(116,133,223); }
div.DivClassName
{
background-color: #7485DF;
}
.BgClassName
{
background-color: #7485DF;
}
</style>
border-color css
<style>
span { border-color: #7485DF; }
span { border-color: rgb(116,133,223); }
td.TdClassName
{
border-color: #7485DF;
}
.TagClassName
{
border-color: #7485DF;
}
</style>