Shades of Portage #7887E4
Tints of Portage #7887E4
RGB
CMYK
RGB Variations
Color information
#7887E4 (or 0x7887E4) is known color: Portage. HEX triplet: 78, 87 and E4. RGB value is (120,135,228). Sum of RGB (Red+Green+Blue) = 120+135+228=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #7887E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887E4 is #87781B. Grayscale: #8C8C8C. Windows color (decimal): -8878108 or 14976888. OLE color: 14976888.
HSL color Cylindrical-coordinate representation of color #7887E4: hue angle of 231.67º degrees, saturation: 0.67, 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 #7887E4 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 135 | 228 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.11 |
| HSL | 231.67º | 0.67% | 0.68% | - |
| HSV(B) | 231.67º | 0.47% | 0.89% | - |
| XYZ | 30.41 | 26.92 | 76.99 | - |
| YUV | 141.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 228 | 0.47 | 0.41 | 0 | 0.11 | 231.67 | 0.67 | 0.68 |
| Hex | 78 | 87 | E4 | 2F | 29 | 0 | B | E8 | 43 | 44 |
| Octal | 170 | 207 | 344 | 57 | 51 | 0 | 13 | 350 | 103 | 104 |
| Binary | 1111000 | 10000111 | 11100100 | 101111 | 101001 | 0 | 1011 | 11101000 | 1000011 | 1000100 |
Color Harmonies of #7887E4
Complementary color
Monochromatic Colors of #7887E4
Black with #7887E4
Text Example
Text Example
White with #7887E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7887E4; }
p { color: rgb(120,135,228); }
H1.HeaderClassName
{
color: #7887E4;
}
.AnyTagClassName
{
color: #7887E4;
}
</style>
background-color css
<style>
a { background-color: #7887E4; }
a { background-color: rgb(120,135,228); }
div.DivClassName
{
background-color: #7887E4;
}
.BgClassName
{
background-color: #7887E4;
}
</style>
border-color css
<style>
span { border-color: #7887E4; }
span { border-color: rgb(120,135,228); }
td.TdClassName
{
border-color: #7887E4;
}
.TagClassName
{
border-color: #7887E4;
}
</style>