Shades of Portage #898FCC
Tints of Portage #898FCC
RGB
CMYK
RGB Variations
Color information
#898FCC (or 0x898FCC) is known color: Portage. HEX triplet: 89, 8F and CC. RGB value is (137,143,204). Sum of RGB (Red+Green+Blue) = 137+143+204=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #898FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FCC is #767033. Grayscale: #939393. Windows color (decimal): -7761972 or 13406089. OLE color: 13406089.
HSL color Cylindrical-coordinate representation of color #898FCC: hue angle of 234.63º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898FCC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 143 | 204 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.2 |
| HSL | 234.63º | 0.4% | 0.67% | - |
| HSV(B) | 234.63º | 0.33% | 0.8% | - |
| XYZ | 31.04 | 29.32 | 61.15 | - |
| YUV | 148.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 204 | 0.33 | 0.30 | 0 | 0.2 | 234.63 | 0.4 | 0.67 |
| Hex | 89 | 8F | CC | 21 | 1E | 0 | 14 | EB | 28 | 43 |
| Octal | 211 | 217 | 314 | 41 | 36 | 0 | 24 | 353 | 50 | 103 |
| Binary | 10001001 | 10001111 | 11001100 | 100001 | 11110 | 0 | 10100 | 11101011 | 101000 | 1000011 |
Color Harmonies of #898FCC
Complementary color
Monochromatic Colors of #898FCC
Black with #898FCC
Text Example
Text Example
White with #898FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FCC; }
p { color: rgb(137,143,204); }
H1.HeaderClassName
{
color: #898FCC;
}
.AnyTagClassName
{
color: #898FCC;
}
</style>
background-color css
<style>
a { background-color: #898FCC; }
a { background-color: rgb(137,143,204); }
div.DivClassName
{
background-color: #898FCC;
}
.BgClassName
{
background-color: #898FCC;
}
</style>
border-color css
<style>
span { border-color: #898FCC; }
span { border-color: rgb(137,143,204); }
td.TdClassName
{
border-color: #898FCC;
}
.TagClassName
{
border-color: #898FCC;
}
</style>