Shades of Portage #898FD3
Tints of Portage #898FD3
RGB
CMYK
RGB Variations
Color information
#898FD3 (or 0x898FD3) is known color: Portage. HEX triplet: 89, 8F and D3. RGB value is (137,143,211). Sum of RGB (Red+Green+Blue) = 137+143+211=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #898FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FD3 is #76702C. Grayscale: #949494. Windows color (decimal): -7761965 or 13864841. OLE color: 13864841.
HSL color Cylindrical-coordinate representation of color #898FD3: hue angle of 235.14º degrees, saturation: 0.46, 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 #898FD3 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 143 | 211 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.17 |
| HSL | 235.14º | 0.46% | 0.68% | - |
| HSV(B) | 235.14º | 0.35% | 0.83% | - |
| XYZ | 31.9 | 29.67 | 65.67 | - |
| YUV | 148.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 211 | 0.35 | 0.32 | 0 | 0.17 | 235.14 | 0.46 | 0.68 |
| Hex | 89 | 8F | D3 | 23 | 20 | 0 | 11 | EB | 2E | 44 |
| Octal | 211 | 217 | 323 | 43 | 40 | 0 | 21 | 353 | 56 | 104 |
| Binary | 10001001 | 10001111 | 11010011 | 100011 | 100000 | 0 | 10001 | 11101011 | 101110 | 1000100 |
Color Harmonies of #898FD3
Complementary color
Monochromatic Colors of #898FD3
Black with #898FD3
Text Example
Text Example
White with #898FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FD3; }
p { color: rgb(137,143,211); }
H1.HeaderClassName
{
color: #898FD3;
}
.AnyTagClassName
{
color: #898FD3;
}
</style>
background-color css
<style>
a { background-color: #898FD3; }
a { background-color: rgb(137,143,211); }
div.DivClassName
{
background-color: #898FD3;
}
.BgClassName
{
background-color: #898FD3;
}
</style>
border-color css
<style>
span { border-color: #898FD3; }
span { border-color: rgb(137,143,211); }
td.TdClassName
{
border-color: #898FD3;
}
.TagClassName
{
border-color: #898FD3;
}
</style>