Shades of Portage #8994ED
Tints of Portage #8994ED
RGB
CMYK
RGB Variations
Color information
#8994ED (or 0x8994ED) is known color: Portage. HEX triplet: 89, 94 and ED. RGB value is (137,148,237). Sum of RGB (Red+Green+Blue) = 137+148+237=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #8994ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8994ED is #766B12. Grayscale: #9A9A9A. Windows color (decimal): -7760659 or 15570057. OLE color: 15570057.
HSL color Cylindrical-coordinate representation of color #8994ED: hue angle of 233.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8994ED is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 148 | 237 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.07 |
| HSL | 233.4º | 0.74% | 0.73% | - |
| HSV(B) | 233.4º | 0.42% | 0.93% | - |
| XYZ | 36.19 | 32.61 | 84.51 | - |
| YUV | 154.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 237 | 0.42 | 0.38 | 0 | 0.07 | 233.4 | 0.74 | 0.73 |
| Hex | 89 | 94 | ED | 2A | 26 | 0 | 7 | E9 | 4A | 49 |
| Octal | 211 | 224 | 355 | 52 | 46 | 0 | 7 | 351 | 112 | 111 |
| Binary | 10001001 | 10010100 | 11101101 | 101010 | 100110 | 0 | 111 | 11101001 | 1001010 | 1001001 |
Color Harmonies of #8994ED
Complementary color
Monochromatic Colors of #8994ED
Black with #8994ED
Text Example
Text Example
White with #8994ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8994ED; }
p { color: rgb(137,148,237); }
H1.HeaderClassName
{
color: #8994ED;
}
.AnyTagClassName
{
color: #8994ED;
}
</style>
background-color css
<style>
a { background-color: #8994ED; }
a { background-color: rgb(137,148,237); }
div.DivClassName
{
background-color: #8994ED;
}
.BgClassName
{
background-color: #8994ED;
}
</style>
border-color css
<style>
span { border-color: #8994ED; }
span { border-color: rgb(137,148,237); }
td.TdClassName
{
border-color: #8994ED;
}
.TagClassName
{
border-color: #8994ED;
}
</style>