Shades of Portage #8797D9
Tints of Portage #8797D9
RGB
CMYK
RGB Variations
Color information
#8797D9 (or 0x8797D9) is known color: Portage. HEX triplet: 87, 97 and D9. RGB value is (135,151,217). Sum of RGB (Red+Green+Blue) = 135+151+217=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #8797D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797D9 is #786826. Grayscale: #999999. Windows color (decimal): -7890983 or 14260103. OLE color: 14260103.
HSL color Cylindrical-coordinate representation of color #8797D9: hue angle of 228.29º 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 #8797D9 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 151 | 217 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.15 |
| HSL | 228.29º | 0.52% | 0.69% | - |
| HSV(B) | 228.29º | 0.38% | 0.85% | - |
| XYZ | 33.58 | 32.29 | 70.11 | - |
| YUV | 153.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 217 | 0.38 | 0.30 | 0 | 0.15 | 228.29 | 0.52 | 0.69 |
| Hex | 87 | 97 | D9 | 26 | 1E | 0 | F | E4 | 34 | 45 |
| Octal | 207 | 227 | 331 | 46 | 36 | 0 | 17 | 344 | 64 | 105 |
| Binary | 10000111 | 10010111 | 11011001 | 100110 | 11110 | 0 | 1111 | 11100100 | 110100 | 1000101 |
Color Harmonies of #8797D9
Complementary color
Monochromatic Colors of #8797D9
Black with #8797D9
Text Example
Text Example
White with #8797D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8797D9; }
p { color: rgb(135,151,217); }
H1.HeaderClassName
{
color: #8797D9;
}
.AnyTagClassName
{
color: #8797D9;
}
</style>
background-color css
<style>
a { background-color: #8797D9; }
a { background-color: rgb(135,151,217); }
div.DivClassName
{
background-color: #8797D9;
}
.BgClassName
{
background-color: #8797D9;
}
</style>
border-color css
<style>
span { border-color: #8797D9; }
span { border-color: rgb(135,151,217); }
td.TdClassName
{
border-color: #8797D9;
}
.TagClassName
{
border-color: #8797D9;
}
</style>