Shades of Portage #899AED
Tints of Portage #899AED
RGB
CMYK
RGB Variations
Color information
#899AED (or 0x899AED) is known color: Portage. HEX triplet: 89, 9A and ED. RGB value is (137,154,237). Sum of RGB (Red+Green+Blue) = 137+154+237=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #899AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AED is #766512. Grayscale: #9E9E9E. Windows color (decimal): -7759123 or 15571593. OLE color: 15571593.
HSL color Cylindrical-coordinate representation of color #899AED: hue angle of 229.8º 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 #899AED is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 154 | 237 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.07 |
| HSL | 229.8º | 0.74% | 0.73% | - |
| HSV(B) | 229.8º | 0.42% | 0.93% | - |
| XYZ | 37.16 | 34.54 | 84.83 | - |
| YUV | 158.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 237 | 0.42 | 0.35 | 0 | 0.07 | 229.8 | 0.74 | 0.73 |
| Hex | 89 | 9A | ED | 2A | 23 | 0 | 7 | E6 | 4A | 49 |
| Octal | 211 | 232 | 355 | 52 | 43 | 0 | 7 | 346 | 112 | 111 |
| Binary | 10001001 | 10011010 | 11101101 | 101010 | 100011 | 0 | 111 | 11100110 | 1001010 | 1001001 |
Color Harmonies of #899AED
Complementary color
Monochromatic Colors of #899AED
Black with #899AED
Text Example
Text Example
White with #899AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AED; }
p { color: rgb(137,154,237); }
H1.HeaderClassName
{
color: #899AED;
}
.AnyTagClassName
{
color: #899AED;
}
</style>
background-color css
<style>
a { background-color: #899AED; }
a { background-color: rgb(137,154,237); }
div.DivClassName
{
background-color: #899AED;
}
.BgClassName
{
background-color: #899AED;
}
</style>
border-color css
<style>
span { border-color: #899AED; }
span { border-color: rgb(137,154,237); }
td.TdClassName
{
border-color: #899AED;
}
.TagClassName
{
border-color: #899AED;
}
</style>