Shades of Portage #8798DD
Tints of Portage #8798DD
RGB
CMYK
RGB Variations
Color information
#8798DD (or 0x8798DD) is known color: Portage. HEX triplet: 87, 98 and DD. RGB value is (135,152,221). Sum of RGB (Red+Green+Blue) = 135+152+221=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #8798DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8798DD is #786722. Grayscale: #9A9A9A. Windows color (decimal): -7890723 or 14522503. OLE color: 14522503.
HSL color Cylindrical-coordinate representation of color #8798DD: hue angle of 228.14º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8798DD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 152 | 221 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.13 |
| HSL | 228.14º | 0.56% | 0.7% | - |
| HSV(B) | 228.14º | 0.39% | 0.87% | - |
| XYZ | 34.27 | 32.83 | 72.94 | - |
| YUV | 154.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 152 | 221 | 0.39 | 0.31 | 0 | 0.13 | 228.14 | 0.56 | 0.7 |
| Hex | 87 | 98 | DD | 27 | 1F | 0 | D | E4 | 38 | 46 |
| Octal | 207 | 230 | 335 | 47 | 37 | 0 | 15 | 344 | 70 | 106 |
| Binary | 10000111 | 10011000 | 11011101 | 100111 | 11111 | 0 | 1101 | 11100100 | 111000 | 1000110 |
Color Harmonies of #8798DD
Complementary color
Monochromatic Colors of #8798DD
Black with #8798DD
Text Example
Text Example
White with #8798DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8798DD; }
p { color: rgb(135,152,221); }
H1.HeaderClassName
{
color: #8798DD;
}
.AnyTagClassName
{
color: #8798DD;
}
</style>
background-color css
<style>
a { background-color: #8798DD; }
a { background-color: rgb(135,152,221); }
div.DivClassName
{
background-color: #8798DD;
}
.BgClassName
{
background-color: #8798DD;
}
</style>
border-color css
<style>
span { border-color: #8798DD; }
span { border-color: rgb(135,152,221); }
td.TdClassName
{
border-color: #8798DD;
}
.TagClassName
{
border-color: #8798DD;
}
</style>