Shades of Portage #898ADC
Tints of Portage #898ADC
RGB
CMYK
RGB Variations
Color information
#898ADC (or 0x898ADC) is known color: Portage. HEX triplet: 89, 8A and DC. RGB value is (137,138,220). Sum of RGB (Red+Green+Blue) = 137+138+220=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #898ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ADC is #767523. Grayscale: #929292. Windows color (decimal): -7763236 or 14453385. OLE color: 14453385.
HSL color Cylindrical-coordinate representation of color #898ADC: hue angle of 239.28º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898ADC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 138 | 220 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.14 |
| HSL | 239.28º | 0.54% | 0.7% | - |
| HSV(B) | 239.28º | 0.38% | 0.86% | - |
| XYZ | 32.32 | 28.66 | 71.54 | - |
| YUV | 147.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 220 | 0.38 | 0.37 | 0 | 0.14 | 239.28 | 0.54 | 0.7 |
| Hex | 89 | 8A | DC | 26 | 25 | 0 | E | EF | 36 | 46 |
| Octal | 211 | 212 | 334 | 46 | 45 | 0 | 16 | 357 | 66 | 106 |
| Binary | 10001001 | 10001010 | 11011100 | 100110 | 100101 | 0 | 1110 | 11101111 | 110110 | 1000110 |
Color Harmonies of #898ADC
Complementary color
Monochromatic Colors of #898ADC
Black with #898ADC
Text Example
Text Example
White with #898ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898ADC; }
p { color: rgb(137,138,220); }
H1.HeaderClassName
{
color: #898ADC;
}
.AnyTagClassName
{
color: #898ADC;
}
</style>
background-color css
<style>
a { background-color: #898ADC; }
a { background-color: rgb(137,138,220); }
div.DivClassName
{
background-color: #898ADC;
}
.BgClassName
{
background-color: #898ADC;
}
</style>
border-color css
<style>
span { border-color: #898ADC; }
span { border-color: rgb(137,138,220); }
td.TdClassName
{
border-color: #898ADC;
}
.TagClassName
{
border-color: #898ADC;
}
</style>