Shades of Portage #7987D7
Tints of Portage #7987D7
RGB
CMYK
RGB Variations
Color information
#7987D7 (or 0x7987D7) is known color: Portage. HEX triplet: 79, 87 and D7. RGB value is (121,135,215). Sum of RGB (Red+Green+Blue) = 121+135+215=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #7987D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7987D7 is #867828. Grayscale: #8B8B8B. Windows color (decimal): -8812585 or 14124921. OLE color: 14124921.
HSL color Cylindrical-coordinate representation of color #7987D7: hue angle of 231.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7987D7 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 135 | 215 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.16 |
| HSL | 231.06º | 0.54% | 0.66% | - |
| HSV(B) | 231.06º | 0.44% | 0.84% | - |
| XYZ | 28.81 | 26.3 | 67.85 | - |
| YUV | 139.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 215 | 0.44 | 0.37 | 0 | 0.16 | 231.06 | 0.54 | 0.66 |
| Hex | 79 | 87 | D7 | 2C | 25 | 0 | 10 | E7 | 36 | 42 |
| Octal | 171 | 207 | 327 | 54 | 45 | 0 | 20 | 347 | 66 | 102 |
| Binary | 1111001 | 10000111 | 11010111 | 101100 | 100101 | 0 | 10000 | 11100111 | 110110 | 1000010 |
Color Harmonies of #7987D7
Complementary color
Monochromatic Colors of #7987D7
Black with #7987D7
Text Example
Text Example
White with #7987D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7987D7; }
p { color: rgb(121,135,215); }
H1.HeaderClassName
{
color: #7987D7;
}
.AnyTagClassName
{
color: #7987D7;
}
</style>
background-color css
<style>
a { background-color: #7987D7; }
a { background-color: rgb(121,135,215); }
div.DivClassName
{
background-color: #7987D7;
}
.BgClassName
{
background-color: #7987D7;
}
</style>
border-color css
<style>
span { border-color: #7987D7; }
span { border-color: rgb(121,135,215); }
td.TdClassName
{
border-color: #7987D7;
}
.TagClassName
{
border-color: #7987D7;
}
</style>