Shades of Portage #8995DD
Tints of Portage #8995DD
RGB
CMYK
RGB Variations
Color information
#8995DD (or 0x8995DD) is known color: Portage. HEX triplet: 89, 95 and DD. RGB value is (137,149,221). Sum of RGB (Red+Green+Blue) = 137+149+221=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #8995DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995DD is #766A22. Grayscale: #999999. Windows color (decimal): -7760419 or 14521737. OLE color: 14521737.
HSL color Cylindrical-coordinate representation of color #8995DD: hue angle of 231.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8995DD is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 149 | 221 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.13 |
| HSL | 231.43º | 0.55% | 0.7% | - |
| HSV(B) | 231.43º | 0.38% | 0.87% | - |
| XYZ | 34.12 | 32.03 | 72.79 | - |
| YUV | 153.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 221 | 0.38 | 0.33 | 0 | 0.13 | 231.43 | 0.55 | 0.7 |
| Hex | 89 | 95 | DD | 26 | 21 | 0 | D | E7 | 37 | 46 |
| Octal | 211 | 225 | 335 | 46 | 41 | 0 | 15 | 347 | 67 | 106 |
| Binary | 10001001 | 10010101 | 11011101 | 100110 | 100001 | 0 | 1101 | 11100111 | 110111 | 1000110 |
Color Harmonies of #8995DD
Complementary color
Monochromatic Colors of #8995DD
Black with #8995DD
Text Example
Text Example
White with #8995DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995DD; }
p { color: rgb(137,149,221); }
H1.HeaderClassName
{
color: #8995DD;
}
.AnyTagClassName
{
color: #8995DD;
}
</style>
background-color css
<style>
a { background-color: #8995DD; }
a { background-color: rgb(137,149,221); }
div.DivClassName
{
background-color: #8995DD;
}
.BgClassName
{
background-color: #8995DD;
}
</style>
border-color css
<style>
span { border-color: #8995DD; }
span { border-color: rgb(137,149,221); }
td.TdClassName
{
border-color: #8995DD;
}
.TagClassName
{
border-color: #8995DD;
}
</style>