Shades of Portage #7887E3
Tints of Portage #7887E3
RGB
CMYK
RGB Variations
Color information
#7887E3 (or 0x7887E3) is known color: Portage. HEX triplet: 78, 87 and E3. RGB value is (120,135,227). Sum of RGB (Red+Green+Blue) = 120+135+227=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #7887E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887E3 is #87781C. Grayscale: #8C8C8C. Windows color (decimal): -8878109 or 14911352. OLE color: 14911352.
HSL color Cylindrical-coordinate representation of color #7887E3: hue angle of 231.59º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7887E3 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 135 | 227 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.11 |
| HSL | 231.59º | 0.66% | 0.68% | - |
| HSV(B) | 231.59º | 0.47% | 0.89% | - |
| XYZ | 30.27 | 26.87 | 76.26 | - |
| YUV | 141 | 176.53 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 227 | 0.47 | 0.41 | 0 | 0.11 | 231.59 | 0.66 | 0.68 |
| Hex | 78 | 87 | E3 | 2F | 29 | 0 | B | E8 | 42 | 44 |
| Octal | 170 | 207 | 343 | 57 | 51 | 0 | 13 | 350 | 102 | 104 |
| Binary | 1111000 | 10000111 | 11100011 | 101111 | 101001 | 0 | 1011 | 11101000 | 1000010 | 1000100 |
Color Harmonies of #7887E3
Complementary color
Monochromatic Colors of #7887E3
Black with #7887E3
Text Example
Text Example
White with #7887E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7887E3; }
p { color: rgb(120,135,227); }
H1.HeaderClassName
{
color: #7887E3;
}
.AnyTagClassName
{
color: #7887E3;
}
</style>
background-color css
<style>
a { background-color: #7887E3; }
a { background-color: rgb(120,135,227); }
div.DivClassName
{
background-color: #7887E3;
}
.BgClassName
{
background-color: #7887E3;
}
</style>
border-color css
<style>
span { border-color: #7887E3; }
span { border-color: rgb(120,135,227); }
td.TdClassName
{
border-color: #7887E3;
}
.TagClassName
{
border-color: #7887E3;
}
</style>