Shades of Portage #7581DF
Tints of Portage #7581DF
RGB
CMYK
RGB Variations
Color information
#7581DF (or 0x7581DF) is known color: Portage. HEX triplet: 75, 81 and DF. RGB value is (117,129,223). Sum of RGB (Red+Green+Blue) = 117+129+223=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #7581DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7581DF is #8A7E20. Grayscale: #878787. Windows color (decimal): -9076257 or 14647669. OLE color: 14647669.
HSL color Cylindrical-coordinate representation of color #7581DF: hue angle of 233.21º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7581DF is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 129 | 223 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.13 |
| HSL | 233.21º | 0.62% | 0.67% | - |
| HSV(B) | 233.21º | 0.48% | 0.87% | - |
| XYZ | 28.51 | 24.81 | 73.1 | - |
| YUV | 136.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 223 | 0.48 | 0.42 | 0 | 0.13 | 233.21 | 0.62 | 0.67 |
| Hex | 75 | 81 | DF | 30 | 2A | 0 | D | E9 | 3E | 43 |
| Octal | 165 | 201 | 337 | 60 | 52 | 0 | 15 | 351 | 76 | 103 |
| Binary | 1110101 | 10000001 | 11011111 | 110000 | 101010 | 0 | 1101 | 11101001 | 111110 | 1000011 |
Color Harmonies of #7581DF
Complementary color
Monochromatic Colors of #7581DF
Black with #7581DF
Text Example
Text Example
White with #7581DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7581DF; }
p { color: rgb(117,129,223); }
H1.HeaderClassName
{
color: #7581DF;
}
.AnyTagClassName
{
color: #7581DF;
}
</style>
background-color css
<style>
a { background-color: #7581DF; }
a { background-color: rgb(117,129,223); }
div.DivClassName
{
background-color: #7581DF;
}
.BgClassName
{
background-color: #7581DF;
}
</style>
border-color css
<style>
span { border-color: #7581DF; }
span { border-color: rgb(117,129,223); }
td.TdClassName
{
border-color: #7581DF;
}
.TagClassName
{
border-color: #7581DF;
}
</style>