Shades of Portage #8995E5
Tints of Portage #8995E5
RGB
CMYK
RGB Variations
Color information
#8995E5 (or 0x8995E5) is known color: Portage. HEX triplet: 89, 95 and E5. RGB value is (137,149,229). Sum of RGB (Red+Green+Blue) = 137+149+229=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #8995E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995E5 is #766A1A. Grayscale: #9A9A9A. Windows color (decimal): -7760411 or 15046025. OLE color: 15046025.
HSL color Cylindrical-coordinate representation of color #8995E5: hue angle of 232.17º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8995E5 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 149 | 229 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.10 |
| HSL | 232.17º | 0.64% | 0.72% | - |
| HSV(B) | 232.17º | 0.4% | 0.9% | - |
| XYZ | 35.21 | 32.47 | 78.54 | - |
| YUV | 154.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 229 | 0.40 | 0.35 | 0 | 0.10 | 232.17 | 0.64 | 0.72 |
| Hex | 89 | 95 | E5 | 28 | 23 | 0 | A | E8 | 40 | 48 |
| Octal | 211 | 225 | 345 | 50 | 43 | 0 | 12 | 350 | 100 | 110 |
| Binary | 10001001 | 10010101 | 11100101 | 101000 | 100011 | 0 | 1010 | 11101000 | 1000000 | 1001000 |
Color Harmonies of #8995E5
Complementary color
Monochromatic Colors of #8995E5
Black with #8995E5
Text Example
Text Example
White with #8995E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995E5; }
p { color: rgb(137,149,229); }
H1.HeaderClassName
{
color: #8995E5;
}
.AnyTagClassName
{
color: #8995E5;
}
</style>
background-color css
<style>
a { background-color: #8995E5; }
a { background-color: rgb(137,149,229); }
div.DivClassName
{
background-color: #8995E5;
}
.BgClassName
{
background-color: #8995E5;
}
</style>
border-color css
<style>
span { border-color: #8995E5; }
span { border-color: rgb(137,149,229); }
td.TdClassName
{
border-color: #8995E5;
}
.TagClassName
{
border-color: #8995E5;
}
</style>