Shades of Portage #898FED
Tints of Portage #898FED
RGB
CMYK
RGB Variations
Color information
#898FED (or 0x898FED) is known color: Portage. HEX triplet: 89, 8F and ED. RGB value is (137,143,237). Sum of RGB (Red+Green+Blue) = 137+143+237=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #898FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898FED is #767012. Grayscale: #979797. Windows color (decimal): -7761939 or 15568777. OLE color: 15568777.
HSL color Cylindrical-coordinate representation of color #898FED: hue angle of 236.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898FED is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 143 | 237 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.07 |
| HSL | 236.4º | 0.74% | 0.73% | - |
| HSV(B) | 236.4º | 0.42% | 0.93% | - |
| XYZ | 35.43 | 31.08 | 84.25 | - |
| YUV | 151.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 237 | 0.42 | 0.40 | 0 | 0.07 | 236.4 | 0.74 | 0.73 |
| Hex | 89 | 8F | ED | 2A | 28 | 0 | 7 | EC | 4A | 49 |
| Octal | 211 | 217 | 355 | 52 | 50 | 0 | 7 | 354 | 112 | 111 |
| Binary | 10001001 | 10001111 | 11101101 | 101010 | 101000 | 0 | 111 | 11101100 | 1001010 | 1001001 |
Color Harmonies of #898FED
Complementary color
Monochromatic Colors of #898FED
Black with #898FED
Text Example
Text Example
White with #898FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FED; }
p { color: rgb(137,143,237); }
H1.HeaderClassName
{
color: #898FED;
}
.AnyTagClassName
{
color: #898FED;
}
</style>
background-color css
<style>
a { background-color: #898FED; }
a { background-color: rgb(137,143,237); }
div.DivClassName
{
background-color: #898FED;
}
.BgClassName
{
background-color: #898FED;
}
</style>
border-color css
<style>
span { border-color: #898FED; }
span { border-color: rgb(137,143,237); }
td.TdClassName
{
border-color: #898FED;
}
.TagClassName
{
border-color: #898FED;
}
</style>