Shades of Portage #8994DD
Tints of Portage #8994DD
RGB
CMYK
RGB Variations
Color information
#8994DD (or 0x8994DD) is known color: Portage. HEX triplet: 89, 94 and DD. RGB value is (137,148,221). Sum of RGB (Red+Green+Blue) = 137+148+221=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #8994DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994DD is #766B22. Grayscale: #989898. Windows color (decimal): -7760675 or 14521481. OLE color: 14521481.
HSL color Cylindrical-coordinate representation of color #8994DD: hue angle of 232.14º 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 #8994DD is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 148 | 221 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.13 |
| HSL | 232.14º | 0.55% | 0.7% | - |
| HSV(B) | 232.14º | 0.38% | 0.87% | - |
| XYZ | 33.96 | 31.72 | 72.74 | - |
| YUV | 153.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 221 | 0.38 | 0.33 | 0 | 0.13 | 232.14 | 0.55 | 0.7 |
| Hex | 89 | 94 | DD | 26 | 21 | 0 | D | E8 | 37 | 46 |
| Octal | 211 | 224 | 335 | 46 | 41 | 0 | 15 | 350 | 67 | 106 |
| Binary | 10001001 | 10010100 | 11011101 | 100110 | 100001 | 0 | 1101 | 11101000 | 110111 | 1000110 |
Color Harmonies of #8994DD
Complementary color
Monochromatic Colors of #8994DD
Black with #8994DD
Text Example
Text Example
White with #8994DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8994DD; }
p { color: rgb(137,148,221); }
H1.HeaderClassName
{
color: #8994DD;
}
.AnyTagClassName
{
color: #8994DD;
}
</style>
background-color css
<style>
a { background-color: #8994DD; }
a { background-color: rgb(137,148,221); }
div.DivClassName
{
background-color: #8994DD;
}
.BgClassName
{
background-color: #8994DD;
}
</style>
border-color css
<style>
span { border-color: #8994DD; }
span { border-color: rgb(137,148,221); }
td.TdClassName
{
border-color: #8994DD;
}
.TagClassName
{
border-color: #8994DD;
}
</style>