Shades of Portage #8799D9
Tints of Portage #8799D9
RGB
CMYK
RGB Variations
Color information
#8799D9 (or 0x8799D9) is known color: Portage. HEX triplet: 87, 99 and D9. RGB value is (135,153,217). Sum of RGB (Red+Green+Blue) = 135+153+217=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #8799D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799D9 is #786626. Grayscale: #9A9A9A. Windows color (decimal): -7890471 or 14260615. OLE color: 14260615.
HSL color Cylindrical-coordinate representation of color #8799D9: hue angle of 226.83º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8799D9 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 153 | 217 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.15 |
| HSL | 226.83º | 0.52% | 0.69% | - |
| HSV(B) | 226.83º | 0.38% | 0.85% | - |
| XYZ | 33.91 | 32.94 | 70.22 | - |
| YUV | 154.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 217 | 0.38 | 0.29 | 0 | 0.15 | 226.83 | 0.52 | 0.69 |
| Hex | 87 | 99 | D9 | 26 | 1D | 0 | F | E3 | 34 | 45 |
| Octal | 207 | 231 | 331 | 46 | 35 | 0 | 17 | 343 | 64 | 105 |
| Binary | 10000111 | 10011001 | 11011001 | 100110 | 11101 | 0 | 1111 | 11100011 | 110100 | 1000101 |
Color Harmonies of #8799D9
Complementary color
Monochromatic Colors of #8799D9
Black with #8799D9
Text Example
Text Example
White with #8799D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799D9; }
p { color: rgb(135,153,217); }
H1.HeaderClassName
{
color: #8799D9;
}
.AnyTagClassName
{
color: #8799D9;
}
</style>
background-color css
<style>
a { background-color: #8799D9; }
a { background-color: rgb(135,153,217); }
div.DivClassName
{
background-color: #8799D9;
}
.BgClassName
{
background-color: #8799D9;
}
</style>
border-color css
<style>
span { border-color: #8799D9; }
span { border-color: rgb(135,153,217); }
td.TdClassName
{
border-color: #8799D9;
}
.TagClassName
{
border-color: #8799D9;
}
</style>