Shades of Portage #7586DF
Tints of Portage #7586DF
RGB
CMYK
RGB Variations
Color information
#7586DF (or 0x7586DF) is known color: Portage. HEX triplet: 75, 86 and DF. RGB value is (117,134,223). Sum of RGB (Red+Green+Blue) = 117+134+223=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #7586DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7586DF is #8A7920. Grayscale: #8A8A8A. Windows color (decimal): -9074977 or 14648949. OLE color: 14648949.
HSL color Cylindrical-coordinate representation of color #7586DF: hue angle of 230.38º 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 #7586DF is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 134 | 223 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.13 |
| HSL | 230.38º | 0.62% | 0.67% | - |
| HSV(B) | 230.38º | 0.48% | 0.87% | - |
| XYZ | 29.18 | 26.16 | 73.32 | - |
| YUV | 139.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 223 | 0.48 | 0.40 | 0 | 0.13 | 230.38 | 0.62 | 0.67 |
| Hex | 75 | 86 | DF | 30 | 28 | 0 | D | E6 | 3E | 43 |
| Octal | 165 | 206 | 337 | 60 | 50 | 0 | 15 | 346 | 76 | 103 |
| Binary | 1110101 | 10000110 | 11011111 | 110000 | 101000 | 0 | 1101 | 11100110 | 111110 | 1000011 |
Color Harmonies of #7586DF
Complementary color
Monochromatic Colors of #7586DF
Black with #7586DF
Text Example
Text Example
White with #7586DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7586DF; }
p { color: rgb(117,134,223); }
H1.HeaderClassName
{
color: #7586DF;
}
.AnyTagClassName
{
color: #7586DF;
}
</style>
background-color css
<style>
a { background-color: #7586DF; }
a { background-color: rgb(117,134,223); }
div.DivClassName
{
background-color: #7586DF;
}
.BgClassName
{
background-color: #7586DF;
}
</style>
border-color css
<style>
span { border-color: #7586DF; }
span { border-color: rgb(117,134,223); }
td.TdClassName
{
border-color: #7586DF;
}
.TagClassName
{
border-color: #7586DF;
}
</style>