Shades of Portage #898FCA
Tints of Portage #898FCA
RGB
CMYK
RGB Variations
Color information
#898FCA (or 0x898FCA) is known color: Portage. HEX triplet: 89, 8F and CA. RGB value is (137,143,202). Sum of RGB (Red+Green+Blue) = 137+143+202=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #898FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FCA is #767035. Grayscale: #939393. Windows color (decimal): -7761974 or 13275017. OLE color: 13275017.
HSL color Cylindrical-coordinate representation of color #898FCA: hue angle of 234.46º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #898FCA is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 143 | 202 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.21 |
| HSL | 234.46º | 0.38% | 0.66% | - |
| HSV(B) | 234.46º | 0.32% | 0.79% | - |
| XYZ | 30.8 | 29.23 | 59.9 | - |
| YUV | 147.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 202 | 0.32 | 0.29 | 0 | 0.21 | 234.46 | 0.38 | 0.66 |
| Hex | 89 | 8F | CA | 20 | 1D | 0 | 15 | EA | 26 | 42 |
| Octal | 211 | 217 | 312 | 40 | 35 | 0 | 25 | 352 | 46 | 102 |
| Binary | 10001001 | 10001111 | 11001010 | 100000 | 11101 | 0 | 10101 | 11101010 | 100110 | 1000010 |
Color Harmonies of #898FCA
Complementary color
Monochromatic Colors of #898FCA
Black with #898FCA
Text Example
Text Example
White with #898FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FCA; }
p { color: rgb(137,143,202); }
H1.HeaderClassName
{
color: #898FCA;
}
.AnyTagClassName
{
color: #898FCA;
}
</style>
background-color css
<style>
a { background-color: #898FCA; }
a { background-color: rgb(137,143,202); }
div.DivClassName
{
background-color: #898FCA;
}
.BgClassName
{
background-color: #898FCA;
}
</style>
border-color css
<style>
span { border-color: #898FCA; }
span { border-color: rgb(137,143,202); }
td.TdClassName
{
border-color: #898FCA;
}
.TagClassName
{
border-color: #898FCA;
}
</style>