Shades of Portage #908DEC
Tints of Portage #908DEC
RGB
CMYK
RGB Variations
Color information
#908DEC (or 0x908DEC) is known color: Portage. HEX triplet: 90, 8D and EC. RGB value is (144,141,236). Sum of RGB (Red+Green+Blue) = 144+141+236=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #908DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DEC is #6F7213. Grayscale: #989898. Windows color (decimal): -7303700 or 15502736. OLE color: 15502736.
HSL color Cylindrical-coordinate representation of color #908DEC: hue angle of 241.89º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908DEC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 141 | 236 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.07 |
| HSL | 241.89º | 0.71% | 0.74% | - |
| HSV(B) | 241.89º | 0.4% | 0.93% | - |
| XYZ | 36.17 | 31.04 | 83.44 | - |
| YUV | 152.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 236 | 0.39 | 0.40 | 0 | 0.07 | 241.89 | 0.71 | 0.74 |
| Hex | 90 | 8D | EC | 27 | 28 | 0 | 7 | F2 | 47 | 4A |
| Octal | 220 | 215 | 354 | 47 | 50 | 0 | 7 | 362 | 107 | 112 |
| Binary | 10010000 | 10001101 | 11101100 | 100111 | 101000 | 0 | 111 | 11110010 | 1000111 | 1001010 |
Color Harmonies of #908DEC
Complementary color
Monochromatic Colors of #908DEC
Black with #908DEC
Text Example
Text Example
White with #908DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DEC; }
p { color: rgb(144,141,236); }
H1.HeaderClassName
{
color: #908DEC;
}
.AnyTagClassName
{
color: #908DEC;
}
</style>
background-color css
<style>
a { background-color: #908DEC; }
a { background-color: rgb(144,141,236); }
div.DivClassName
{
background-color: #908DEC;
}
.BgClassName
{
background-color: #908DEC;
}
</style>
border-color css
<style>
span { border-color: #908DEC; }
span { border-color: rgb(144,141,236); }
td.TdClassName
{
border-color: #908DEC;
}
.TagClassName
{
border-color: #908DEC;
}
</style>