Shades of Portage #7F91DF
Tints of Portage #7F91DF
RGB
CMYK
RGB Variations
Color information
#7F91DF (or 0x7F91DF) is known color: Portage. HEX triplet: 7F, 91 and DF. RGB value is (127,145,223). Sum of RGB (Red+Green+Blue) = 127+145+223=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F91DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F91DF is #806E20. Grayscale: #949494. Windows color (decimal): -8416801 or 14651775. OLE color: 14651775.
HSL color Cylindrical-coordinate representation of color #7F91DF: hue angle of 228.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F91DF is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 145 | 223 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.13 |
| HSL | 228.75º | 0.6% | 0.69% | - |
| HSV(B) | 228.75º | 0.43% | 0.87% | - |
| XYZ | 32.2 | 30.09 | 73.92 | - |
| YUV | 148.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 223 | 0.43 | 0.35 | 0 | 0.13 | 228.75 | 0.6 | 0.69 |
| Hex | 7F | 91 | DF | 2B | 23 | 0 | D | E5 | 3C | 45 |
| Octal | 177 | 221 | 337 | 53 | 43 | 0 | 15 | 345 | 74 | 105 |
| Binary | 1111111 | 10010001 | 11011111 | 101011 | 100011 | 0 | 1101 | 11100101 | 111100 | 1000101 |
Color Harmonies of #7F91DF
Complementary color
Monochromatic Colors of #7F91DF
Black with #7F91DF
Text Example
Text Example
White with #7F91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F91DF; }
p { color: rgb(127,145,223); }
H1.HeaderClassName
{
color: #7F91DF;
}
.AnyTagClassName
{
color: #7F91DF;
}
</style>
background-color css
<style>
a { background-color: #7F91DF; }
a { background-color: rgb(127,145,223); }
div.DivClassName
{
background-color: #7F91DF;
}
.BgClassName
{
background-color: #7F91DF;
}
</style>
border-color css
<style>
span { border-color: #7F91DF; }
span { border-color: rgb(127,145,223); }
td.TdClassName
{
border-color: #7F91DF;
}
.TagClassName
{
border-color: #7F91DF;
}
</style>