Shades of Portage #898FE3
Tints of Portage #898FE3
RGB
CMYK
RGB Variations
Color information
#898FE3 (or 0x898FE3) is known color: Portage. HEX triplet: 89, 8F and E3. RGB value is (137,143,227). Sum of RGB (Red+Green+Blue) = 137+143+227=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #898FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FE3 is #76701C. Grayscale: #969696. Windows color (decimal): -7761949 or 14913417. OLE color: 14913417.
HSL color Cylindrical-coordinate representation of color #898FE3: hue angle of 236º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898FE3 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 143 | 227 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.11 |
| HSL | 236º | 0.62% | 0.71% | - |
| HSV(B) | 236º | 0.4% | 0.89% | - |
| XYZ | 34 | 30.51 | 76.77 | - |
| YUV | 150.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 227 | 0.40 | 0.37 | 0 | 0.11 | 236 | 0.62 | 0.71 |
| Hex | 89 | 8F | E3 | 28 | 25 | 0 | B | EC | 3E | 47 |
| Octal | 211 | 217 | 343 | 50 | 45 | 0 | 13 | 354 | 76 | 107 |
| Binary | 10001001 | 10001111 | 11100011 | 101000 | 100101 | 0 | 1011 | 11101100 | 111110 | 1000111 |
Color Harmonies of #898FE3
Complementary color
Monochromatic Colors of #898FE3
Black with #898FE3
Text Example
Text Example
White with #898FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FE3; }
p { color: rgb(137,143,227); }
H1.HeaderClassName
{
color: #898FE3;
}
.AnyTagClassName
{
color: #898FE3;
}
</style>
background-color css
<style>
a { background-color: #898FE3; }
a { background-color: rgb(137,143,227); }
div.DivClassName
{
background-color: #898FE3;
}
.BgClassName
{
background-color: #898FE3;
}
</style>
border-color css
<style>
span { border-color: #898FE3; }
span { border-color: rgb(137,143,227); }
td.TdClassName
{
border-color: #898FE3;
}
.TagClassName
{
border-color: #898FE3;
}
</style>