Shades of Portage #8995FF
Tints of Portage #8995FF
RGB
CMYK
RGB Variations
Color information
#8995FF (or 0x8995FF) is known color: Portage. HEX triplet: 89, 95 and FF. RGB value is (137,149,255). Sum of RGB (Red+Green+Blue) = 137+149+255=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #8995FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8995FF is #766A00. Grayscale: #9D9D9D. Windows color (decimal): -7760385 or 16749961. OLE color: 16749961.
HSL color Cylindrical-coordinate representation of color #8995FF: hue angle of 233.9º 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 #8995FF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 149 | 255 | - |
| CMYK | 0.46 | 0.42 | 0 | 0 |
| HSL | 233.9º | 1% | 0.77% | - |
| HSV(B) | 233.9º | 0.46% | 1% | - |
| XYZ | 39.11 | 34.03 | 99.12 | - |
| YUV | 157.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 255 | 0.46 | 0.42 | 0 | 0 | 233.9 | 1 | 0.77 |
| Hex | 89 | 95 | FF | 2E | 2A | 0 | 0 | EA | 64 | 4D |
| Octal | 211 | 225 | 377 | 56 | 52 | 0 | 0 | 352 | 144 | 115 |
| Binary | 10001001 | 10010101 | 11111111 | 101110 | 101010 | 0 | 0 | 11101010 | 1100100 | 1001101 |
Color Harmonies of #8995FF
Complementary color
Monochromatic Colors of #8995FF
Black with #8995FF
Text Example
Text Example
White with #8995FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995FF; }
p { color: rgb(137,149,255); }
H1.HeaderClassName
{
color: #8995FF;
}
.AnyTagClassName
{
color: #8995FF;
}
</style>
background-color css
<style>
a { background-color: #8995FF; }
a { background-color: rgb(137,149,255); }
div.DivClassName
{
background-color: #8995FF;
}
.BgClassName
{
background-color: #8995FF;
}
</style>
border-color css
<style>
span { border-color: #8995FF; }
span { border-color: rgb(137,149,255); }
td.TdClassName
{
border-color: #8995FF;
}
.TagClassName
{
border-color: #8995FF;
}
</style>