Shades of Portage #7F93DD
Tints of Portage #7F93DD
RGB
CMYK
RGB Variations
Color information
#7F93DD (or 0x7F93DD) is known color: Portage. HEX triplet: 7F, 93 and DD. RGB value is (127,147,221). Sum of RGB (Red+Green+Blue) = 127+147+221=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F93DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F93DD is #806C22. Grayscale: #959595. Windows color (decimal): -8416291 or 14521215. OLE color: 14521215.
HSL color Cylindrical-coordinate representation of color #7F93DD: hue angle of 227.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F93DD is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 147 | 221 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.13 |
| HSL | 227.23º | 0.58% | 0.68% | - |
| HSV(B) | 227.23º | 0.43% | 0.87% | - |
| XYZ | 32.24 | 30.6 | 72.61 | - |
| YUV | 149.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 221 | 0.43 | 0.33 | 0 | 0.13 | 227.23 | 0.58 | 0.68 |
| Hex | 7F | 93 | DD | 2B | 21 | 0 | D | E3 | 3A | 44 |
| Octal | 177 | 223 | 335 | 53 | 41 | 0 | 15 | 343 | 72 | 104 |
| Binary | 1111111 | 10010011 | 11011101 | 101011 | 100001 | 0 | 1101 | 11100011 | 111010 | 1000100 |
Color Harmonies of #7F93DD
Complementary color
Monochromatic Colors of #7F93DD
Black with #7F93DD
Text Example
Text Example
White with #7F93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F93DD; }
p { color: rgb(127,147,221); }
H1.HeaderClassName
{
color: #7F93DD;
}
.AnyTagClassName
{
color: #7F93DD;
}
</style>
background-color css
<style>
a { background-color: #7F93DD; }
a { background-color: rgb(127,147,221); }
div.DivClassName
{
background-color: #7F93DD;
}
.BgClassName
{
background-color: #7F93DD;
}
</style>
border-color css
<style>
span { border-color: #7F93DD; }
span { border-color: rgb(127,147,221); }
td.TdClassName
{
border-color: #7F93DD;
}
.TagClassName
{
border-color: #7F93DD;
}
</style>