Shades of Portage #908DED
Tints of Portage #908DED
RGB
CMYK
RGB Variations
Color information
#908DED (or 0x908DED) is known color: Portage. HEX triplet: 90, 8D and ED. RGB value is (144,141,237). Sum of RGB (Red+Green+Blue) = 144+141+237=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #908DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DED is #6F7212. Grayscale: #989898. Windows color (decimal): -7303699 or 15568272. OLE color: 15568272.
HSL color Cylindrical-coordinate representation of color #908DED: hue angle of 241.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #908DED is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 141 | 237 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.07 |
| HSL | 241.88º | 0.73% | 0.74% | - |
| HSV(B) | 241.88º | 0.41% | 0.93% | - |
| XYZ | 36.31 | 31.09 | 84.21 | - |
| YUV | 152.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 237 | 0.39 | 0.41 | 0 | 0.07 | 241.88 | 0.73 | 0.74 |
| Hex | 90 | 8D | ED | 27 | 29 | 0 | 7 | F2 | 49 | 4A |
| Octal | 220 | 215 | 355 | 47 | 51 | 0 | 7 | 362 | 111 | 112 |
| Binary | 10010000 | 10001101 | 11101101 | 100111 | 101001 | 0 | 111 | 11110010 | 1001001 | 1001010 |
Color Harmonies of #908DED
Complementary color
Monochromatic Colors of #908DED
Black with #908DED
Text Example
Text Example
White with #908DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DED; }
p { color: rgb(144,141,237); }
H1.HeaderClassName
{
color: #908DED;
}
.AnyTagClassName
{
color: #908DED;
}
</style>
background-color css
<style>
a { background-color: #908DED; }
a { background-color: rgb(144,141,237); }
div.DivClassName
{
background-color: #908DED;
}
.BgClassName
{
background-color: #908DED;
}
</style>
border-color css
<style>
span { border-color: #908DED; }
span { border-color: rgb(144,141,237); }
td.TdClassName
{
border-color: #908DED;
}
.TagClassName
{
border-color: #908DED;
}
</style>