Shades of Portage #899ED4
Tints of Portage #899ED4
RGB
CMYK
RGB Variations
Color information
#899ED4 (or 0x899ED4) is known color: Portage. HEX triplet: 89, 9E and D4. RGB value is (137,158,212). Sum of RGB (Red+Green+Blue) = 137+158+212=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #899ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ED4 is #76612B. Grayscale: #9D9D9D. Windows color (decimal): -7758124 or 13934217. OLE color: 13934217.
HSL color Cylindrical-coordinate representation of color #899ED4: hue angle of 223.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #899ED4 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 158 | 212 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.17 |
| HSL | 223.2º | 0.47% | 0.68% | - |
| HSV(B) | 223.2º | 0.35% | 0.83% | - |
| XYZ | 34.43 | 34.53 | 67.14 | - |
| YUV | 157.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 212 | 0.35 | 0.25 | 0 | 0.17 | 223.2 | 0.47 | 0.68 |
| Hex | 89 | 9E | D4 | 23 | 19 | 0 | 11 | DF | 2F | 44 |
| Octal | 211 | 236 | 324 | 43 | 31 | 0 | 21 | 337 | 57 | 104 |
| Binary | 10001001 | 10011110 | 11010100 | 100011 | 11001 | 0 | 10001 | 11011111 | 101111 | 1000100 |
Color Harmonies of #899ED4
Complementary color
Monochromatic Colors of #899ED4
Black with #899ED4
Text Example
Text Example
White with #899ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ED4; }
p { color: rgb(137,158,212); }
H1.HeaderClassName
{
color: #899ED4;
}
.AnyTagClassName
{
color: #899ED4;
}
</style>
background-color css
<style>
a { background-color: #899ED4; }
a { background-color: rgb(137,158,212); }
div.DivClassName
{
background-color: #899ED4;
}
.BgClassName
{
background-color: #899ED4;
}
</style>
border-color css
<style>
span { border-color: #899ED4; }
span { border-color: rgb(137,158,212); }
td.TdClassName
{
border-color: #899ED4;
}
.TagClassName
{
border-color: #899ED4;
}
</style>