Shades of Portage #898CCD
Tints of Portage #898CCD
RGB
CMYK
RGB Variations
Color information
#898CCD (or 0x898CCD) is known color: Portage. HEX triplet: 89, 8C and CD. RGB value is (137,140,205). Sum of RGB (Red+Green+Blue) = 137+140+205=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #898CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CCD is #767332. Grayscale: #929292. Windows color (decimal): -7762739 or 13470857. OLE color: 13470857.
HSL color Cylindrical-coordinate representation of color #898CCD: hue angle of 237.35º 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 #898CCD is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 140 | 205 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.20 |
| HSL | 237.35º | 0.4% | 0.67% | - |
| HSV(B) | 237.35º | 0.33% | 0.8% | - |
| XYZ | 30.71 | 28.48 | 61.64 | - |
| YUV | 146.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 205 | 0.33 | 0.32 | 0 | 0.20 | 237.35 | 0.4 | 0.67 |
| Hex | 89 | 8C | CD | 21 | 20 | 0 | 14 | ED | 28 | 43 |
| Octal | 211 | 214 | 315 | 41 | 40 | 0 | 24 | 355 | 50 | 103 |
| Binary | 10001001 | 10001100 | 11001101 | 100001 | 100000 | 0 | 10100 | 11101101 | 101000 | 1000011 |
Color Harmonies of #898CCD
Complementary color
Monochromatic Colors of #898CCD
Black with #898CCD
Text Example
Text Example
White with #898CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CCD; }
p { color: rgb(137,140,205); }
H1.HeaderClassName
{
color: #898CCD;
}
.AnyTagClassName
{
color: #898CCD;
}
</style>
background-color css
<style>
a { background-color: #898CCD; }
a { background-color: rgb(137,140,205); }
div.DivClassName
{
background-color: #898CCD;
}
.BgClassName
{
background-color: #898CCD;
}
</style>
border-color css
<style>
span { border-color: #898CCD; }
span { border-color: rgb(137,140,205); }
td.TdClassName
{
border-color: #898CCD;
}
.TagClassName
{
border-color: #898CCD;
}
</style>