Shades of Portage #898AD2
Tints of Portage #898AD2
RGB
CMYK
RGB Variations
Color information
#898AD2 (or 0x898AD2) is known color: Portage. HEX triplet: 89, 8A and D2. RGB value is (137,138,210). Sum of RGB (Red+Green+Blue) = 137+138+210=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #898AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898AD2 is #76752D. Grayscale: #919191. Windows color (decimal): -7763246 or 13798025. OLE color: 13798025.
HSL color Cylindrical-coordinate representation of color #898AD2: hue angle of 239.18º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #898AD2 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 138 | 210 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.18 |
| HSL | 239.18º | 0.45% | 0.68% | - |
| HSV(B) | 239.18º | 0.35% | 0.82% | - |
| XYZ | 31.04 | 28.15 | 64.77 | - |
| YUV | 145.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 210 | 0.35 | 0.34 | 0 | 0.18 | 239.18 | 0.45 | 0.68 |
| Hex | 89 | 8A | D2 | 23 | 22 | 0 | 12 | EF | 2D | 44 |
| Octal | 211 | 212 | 322 | 43 | 42 | 0 | 22 | 357 | 55 | 104 |
| Binary | 10001001 | 10001010 | 11010010 | 100011 | 100010 | 0 | 10010 | 11101111 | 101101 | 1000100 |
Color Harmonies of #898AD2
Complementary color
Monochromatic Colors of #898AD2
Black with #898AD2
Text Example
Text Example
White with #898AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898AD2; }
p { color: rgb(137,138,210); }
H1.HeaderClassName
{
color: #898AD2;
}
.AnyTagClassName
{
color: #898AD2;
}
</style>
background-color css
<style>
a { background-color: #898AD2; }
a { background-color: rgb(137,138,210); }
div.DivClassName
{
background-color: #898AD2;
}
.BgClassName
{
background-color: #898AD2;
}
</style>
border-color css
<style>
span { border-color: #898AD2; }
span { border-color: rgb(137,138,210); }
td.TdClassName
{
border-color: #898AD2;
}
.TagClassName
{
border-color: #898AD2;
}
</style>