Shades of Portage #898FEB
Tints of Portage #898FEB
RGB
CMYK
RGB Variations
Color information
#898FEB (or 0x898FEB) is known color: Portage. HEX triplet: 89, 8F and EB. RGB value is (137,143,235). Sum of RGB (Red+Green+Blue) = 137+143+235=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #898FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898FEB is #767014. Grayscale: #979797. Windows color (decimal): -7761941 or 15437705. OLE color: 15437705.
HSL color Cylindrical-coordinate representation of color #898FEB: hue angle of 236.33º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898FEB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 143 | 235 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.08 |
| HSL | 236.33º | 0.71% | 0.73% | - |
| HSV(B) | 236.33º | 0.42% | 0.92% | - |
| XYZ | 35.13 | 30.96 | 82.72 | - |
| YUV | 151.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 235 | 0.42 | 0.39 | 0 | 0.08 | 236.33 | 0.71 | 0.73 |
| Hex | 89 | 8F | EB | 2A | 27 | 0 | 8 | EC | 47 | 49 |
| Octal | 211 | 217 | 353 | 52 | 47 | 0 | 10 | 354 | 107 | 111 |
| Binary | 10001001 | 10001111 | 11101011 | 101010 | 100111 | 0 | 1000 | 11101100 | 1000111 | 1001001 |
Color Harmonies of #898FEB
Complementary color
Monochromatic Colors of #898FEB
Black with #898FEB
Text Example
Text Example
White with #898FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FEB; }
p { color: rgb(137,143,235); }
H1.HeaderClassName
{
color: #898FEB;
}
.AnyTagClassName
{
color: #898FEB;
}
</style>
background-color css
<style>
a { background-color: #898FEB; }
a { background-color: rgb(137,143,235); }
div.DivClassName
{
background-color: #898FEB;
}
.BgClassName
{
background-color: #898FEB;
}
</style>
border-color css
<style>
span { border-color: #898FEB; }
span { border-color: rgb(137,143,235); }
td.TdClassName
{
border-color: #898FEB;
}
.TagClassName
{
border-color: #898FEB;
}
</style>