Shades of Portage #7B85DD
Tints of Portage #7B85DD
RGB
CMYK
RGB Variations
Color information
#7B85DD (or 0x7B85DD) is known color: Portage. HEX triplet: 7B, 85 and DD. RGB value is (123,133,221). Sum of RGB (Red+Green+Blue) = 123+133+221=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B85DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B85DD is #847A22. Grayscale: #8B8B8B. Windows color (decimal): -8682019 or 14517627. OLE color: 14517627.
HSL color Cylindrical-coordinate representation of color #7B85DD: hue angle of 233.88º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B85DD is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 133 | 221 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.13 |
| HSL | 233.88º | 0.59% | 0.67% | - |
| HSV(B) | 233.88º | 0.44% | 0.87% | - |
| XYZ | 29.61 | 26.21 | 71.9 | - |
| YUV | 140.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 221 | 0.44 | 0.40 | 0 | 0.13 | 233.88 | 0.59 | 0.67 |
| Hex | 7B | 85 | DD | 2C | 28 | 0 | D | EA | 3B | 43 |
| Octal | 173 | 205 | 335 | 54 | 50 | 0 | 15 | 352 | 73 | 103 |
| Binary | 1111011 | 10000101 | 11011101 | 101100 | 101000 | 0 | 1101 | 11101010 | 111011 | 1000011 |
Color Harmonies of #7B85DD
Complementary color
Monochromatic Colors of #7B85DD
Black with #7B85DD
Text Example
Text Example
White with #7B85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B85DD; }
p { color: rgb(123,133,221); }
H1.HeaderClassName
{
color: #7B85DD;
}
.AnyTagClassName
{
color: #7B85DD;
}
</style>
background-color css
<style>
a { background-color: #7B85DD; }
a { background-color: rgb(123,133,221); }
div.DivClassName
{
background-color: #7B85DD;
}
.BgClassName
{
background-color: #7B85DD;
}
</style>
border-color css
<style>
span { border-color: #7B85DD; }
span { border-color: rgb(123,133,221); }
td.TdClassName
{
border-color: #7B85DD;
}
.TagClassName
{
border-color: #7B85DD;
}
</style>