Shades of Portage #7F8CDD
Tints of Portage #7F8CDD
RGB
CMYK
RGB Variations
Color information
#7F8CDD (or 0x7F8CDD) is known color: Portage. HEX triplet: 7F, 8C and DD. RGB value is (127,140,221). Sum of RGB (Red+Green+Blue) = 127+140+221=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F8CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CDD is #807322. Grayscale: #919191. Windows color (decimal): -8418083 or 14519423. OLE color: 14519423.
HSL color Cylindrical-coordinate representation of color #7F8CDD: hue angle of 231.7º 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 #7F8CDD is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 140 | 221 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.13 |
| HSL | 231.7º | 0.58% | 0.68% | - |
| HSV(B) | 231.7º | 0.43% | 0.87% | - |
| XYZ | 31.18 | 28.49 | 72.26 | - |
| YUV | 145.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 221 | 0.43 | 0.37 | 0 | 0.13 | 231.7 | 0.58 | 0.68 |
| Hex | 7F | 8C | DD | 2B | 25 | 0 | D | E8 | 3A | 44 |
| Octal | 177 | 214 | 335 | 53 | 45 | 0 | 15 | 350 | 72 | 104 |
| Binary | 1111111 | 10001100 | 11011101 | 101011 | 100101 | 0 | 1101 | 11101000 | 111010 | 1000100 |
Color Harmonies of #7F8CDD
Complementary color
Monochromatic Colors of #7F8CDD
Black with #7F8CDD
Text Example
Text Example
White with #7F8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8CDD; }
p { color: rgb(127,140,221); }
H1.HeaderClassName
{
color: #7F8CDD;
}
.AnyTagClassName
{
color: #7F8CDD;
}
</style>
background-color css
<style>
a { background-color: #7F8CDD; }
a { background-color: rgb(127,140,221); }
div.DivClassName
{
background-color: #7F8CDD;
}
.BgClassName
{
background-color: #7F8CDD;
}
</style>
border-color css
<style>
span { border-color: #7F8CDD; }
span { border-color: rgb(127,140,221); }
td.TdClassName
{
border-color: #7F8CDD;
}
.TagClassName
{
border-color: #7F8CDD;
}
</style>