Shades of Portage #908EDD
Tints of Portage #908EDD
RGB
CMYK
RGB Variations
Color information
#908EDD (or 0x908EDD) is known color: Portage. HEX triplet: 90, 8E and DD. RGB value is (144,142,221). Sum of RGB (Red+Green+Blue) = 144+142+221=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #908EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EDD is #6F7122. Grayscale: #979797. Windows color (decimal): -7303459 or 14519952. OLE color: 14519952.
HSL color Cylindrical-coordinate representation of color #908EDD: hue angle of 241.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #908EDD is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 142 | 221 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.13 |
| HSL | 241.52º | 0.54% | 0.71% | - |
| HSV(B) | 241.52º | 0.36% | 0.87% | - |
| XYZ | 34.23 | 30.5 | 72.49 | - |
| YUV | 151.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 221 | 0.35 | 0.36 | 0 | 0.13 | 241.52 | 0.54 | 0.71 |
| Hex | 90 | 8E | DD | 23 | 24 | 0 | D | F2 | 36 | 47 |
| Octal | 220 | 216 | 335 | 43 | 44 | 0 | 15 | 362 | 66 | 107 |
| Binary | 10010000 | 10001110 | 11011101 | 100011 | 100100 | 0 | 1101 | 11110010 | 110110 | 1000111 |
Color Harmonies of #908EDD
Complementary color
Monochromatic Colors of #908EDD
Black with #908EDD
Text Example
Text Example
White with #908EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EDD; }
p { color: rgb(144,142,221); }
H1.HeaderClassName
{
color: #908EDD;
}
.AnyTagClassName
{
color: #908EDD;
}
</style>
background-color css
<style>
a { background-color: #908EDD; }
a { background-color: rgb(144,142,221); }
div.DivClassName
{
background-color: #908EDD;
}
.BgClassName
{
background-color: #908EDD;
}
</style>
border-color css
<style>
span { border-color: #908EDD; }
span { border-color: rgb(144,142,221); }
td.TdClassName
{
border-color: #908EDD;
}
.TagClassName
{
border-color: #908EDD;
}
</style>