Shades of Portage #8999ED
Tints of Portage #8999ED
RGB
CMYK
RGB Variations
Color information
#8999ED (or 0x8999ED) is known color: Portage. HEX triplet: 89, 99 and ED. RGB value is (137,153,237). Sum of RGB (Red+Green+Blue) = 137+153+237=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #8999ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8999ED is #766612. Grayscale: #9D9D9D. Windows color (decimal): -7759379 or 15571337. OLE color: 15571337.
HSL color Cylindrical-coordinate representation of color #8999ED: hue angle of 230.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 #8999ED is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 153 | 237 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.07 |
| HSL | 230.4º | 0.74% | 0.73% | - |
| HSV(B) | 230.4º | 0.42% | 0.93% | - |
| XYZ | 36.99 | 34.22 | 84.78 | - |
| YUV | 157.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 237 | 0.42 | 0.35 | 0 | 0.07 | 230.4 | 0.74 | 0.73 |
| Hex | 89 | 99 | ED | 2A | 23 | 0 | 7 | E6 | 4A | 49 |
| Octal | 211 | 231 | 355 | 52 | 43 | 0 | 7 | 346 | 112 | 111 |
| Binary | 10001001 | 10011001 | 11101101 | 101010 | 100011 | 0 | 111 | 11100110 | 1001010 | 1001001 |
Color Harmonies of #8999ED
Complementary color
Monochromatic Colors of #8999ED
Black with #8999ED
Text Example
Text Example
White with #8999ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8999ED; }
p { color: rgb(137,153,237); }
H1.HeaderClassName
{
color: #8999ED;
}
.AnyTagClassName
{
color: #8999ED;
}
</style>
background-color css
<style>
a { background-color: #8999ED; }
a { background-color: rgb(137,153,237); }
div.DivClassName
{
background-color: #8999ED;
}
.BgClassName
{
background-color: #8999ED;
}
</style>
border-color css
<style>
span { border-color: #8999ED; }
span { border-color: rgb(137,153,237); }
td.TdClassName
{
border-color: #8999ED;
}
.TagClassName
{
border-color: #8999ED;
}
</style>