Shades of Portage #7B87ED
Tints of Portage #7B87ED
RGB
CMYK
RGB Variations
Color information
#7B87ED (or 0x7B87ED) is known color: Portage. HEX triplet: 7B, 87 and ED. RGB value is (123,135,237). Sum of RGB (Red+Green+Blue) = 123+135+237=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B87ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B87ED is #847812. Grayscale: #8E8E8E. Windows color (decimal): -8681491 or 15566715. OLE color: 15566715.
HSL color Cylindrical-coordinate representation of color #7B87ED: hue angle of 233.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B87ED is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 135 | 237 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.07 |
| HSL | 233.68º | 0.76% | 0.71% | - |
| HSV(B) | 233.68º | 0.48% | 0.93% | - |
| XYZ | 32.12 | 27.65 | 83.77 | - |
| YUV | 143.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 237 | 0.48 | 0.43 | 0 | 0.07 | 233.68 | 0.76 | 0.71 |
| Hex | 7B | 87 | ED | 30 | 2B | 0 | 7 | EA | 4C | 47 |
| Octal | 173 | 207 | 355 | 60 | 53 | 0 | 7 | 352 | 114 | 107 |
| Binary | 1111011 | 10000111 | 11101101 | 110000 | 101011 | 0 | 111 | 11101010 | 1001100 | 1000111 |
Color Harmonies of #7B87ED
Complementary color
Monochromatic Colors of #7B87ED
Black with #7B87ED
Text Example
Text Example
White with #7B87ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B87ED; }
p { color: rgb(123,135,237); }
H1.HeaderClassName
{
color: #7B87ED;
}
.AnyTagClassName
{
color: #7B87ED;
}
</style>
background-color css
<style>
a { background-color: #7B87ED; }
a { background-color: rgb(123,135,237); }
div.DivClassName
{
background-color: #7B87ED;
}
.BgClassName
{
background-color: #7B87ED;
}
</style>
border-color css
<style>
span { border-color: #7B87ED; }
span { border-color: rgb(123,135,237); }
td.TdClassName
{
border-color: #7B87ED;
}
.TagClassName
{
border-color: #7B87ED;
}
</style>