Shades of Portage #898AED
Tints of Portage #898AED
RGB
CMYK
RGB Variations
Color information
#898AED (or 0x898AED) is known color: Portage. HEX triplet: 89, 8A and ED. RGB value is (137,138,237). Sum of RGB (Red+Green+Blue) = 137+138+237=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #898AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AED is #767512. Grayscale: #949494. Windows color (decimal): -7763219 or 15567497. OLE color: 15567497.
HSL color Cylindrical-coordinate representation of color #898AED: hue angle of 239.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 #898AED is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 138 | 237 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.07 |
| HSL | 239.4º | 0.74% | 0.73% | - |
| HSV(B) | 239.4º | 0.42% | 0.93% | - |
| XYZ | 34.69 | 29.61 | 84.01 | - |
| YUV | 148.99 | 177.67 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 237 | 0.42 | 0.42 | 0 | 0.07 | 239.4 | 0.74 | 0.73 |
| Hex | 89 | 8A | ED | 2A | 2A | 0 | 7 | EF | 4A | 49 |
| Octal | 211 | 212 | 355 | 52 | 52 | 0 | 7 | 357 | 112 | 111 |
| Binary | 10001001 | 10001010 | 11101101 | 101010 | 101010 | 0 | 111 | 11101111 | 1001010 | 1001001 |
Color Harmonies of #898AED
Complementary color
Monochromatic Colors of #898AED
Black with #898AED
Text Example
Text Example
White with #898AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898AED; }
p { color: rgb(137,138,237); }
H1.HeaderClassName
{
color: #898AED;
}
.AnyTagClassName
{
color: #898AED;
}
</style>
background-color css
<style>
a { background-color: #898AED; }
a { background-color: rgb(137,138,237); }
div.DivClassName
{
background-color: #898AED;
}
.BgClassName
{
background-color: #898AED;
}
</style>
border-color css
<style>
span { border-color: #898AED; }
span { border-color: rgb(137,138,237); }
td.TdClassName
{
border-color: #898AED;
}
.TagClassName
{
border-color: #898AED;
}
</style>