Shades of Portage #8994FF
Tints of Portage #8994FF
RGB
CMYK
RGB Variations
Color information
#8994FF (or 0x8994FF) is known color: Portage. HEX triplet: 89, 94 and FF. RGB value is (137,148,255). Sum of RGB (Red+Green+Blue) = 137+148+255=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #8994FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8994FF is #766B00. Grayscale: #9C9C9C. Windows color (decimal): -7760641 or 16749705. OLE color: 16749705.
HSL color Cylindrical-coordinate representation of color #8994FF: hue angle of 234.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8994FF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 148 | 255 | - |
| CMYK | 0.46 | 0.42 | 0 | 0 |
| HSL | 234.41º | 1% | 0.77% | - |
| HSV(B) | 234.41º | 0.46% | 1% | - |
| XYZ | 38.96 | 33.72 | 99.06 | - |
| YUV | 156.91 | 183.36 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 255 | 0.46 | 0.42 | 0 | 0 | 234.41 | 1 | 0.77 |
| Hex | 89 | 94 | FF | 2E | 2A | 0 | 0 | EA | 64 | 4D |
| Octal | 211 | 224 | 377 | 56 | 52 | 0 | 0 | 352 | 144 | 115 |
| Binary | 10001001 | 10010100 | 11111111 | 101110 | 101010 | 0 | 0 | 11101010 | 1100100 | 1001101 |
Color Harmonies of #8994FF
Complementary color
Monochromatic Colors of #8994FF
Black with #8994FF
Text Example
Text Example
White with #8994FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8994FF; }
p { color: rgb(137,148,255); }
H1.HeaderClassName
{
color: #8994FF;
}
.AnyTagClassName
{
color: #8994FF;
}
</style>
background-color css
<style>
a { background-color: #8994FF; }
a { background-color: rgb(137,148,255); }
div.DivClassName
{
background-color: #8994FF;
}
.BgClassName
{
background-color: #8994FF;
}
</style>
border-color css
<style>
span { border-color: #8994FF; }
span { border-color: rgb(137,148,255); }
td.TdClassName
{
border-color: #8994FF;
}
.TagClassName
{
border-color: #8994FF;
}
</style>