Shades of Portage #908DE0
Tints of Portage #908DE0
RGB
CMYK
RGB Variations
Color information
#908DE0 (or 0x908DE0) is known color: Portage. HEX triplet: 90, 8D and E0. RGB value is (144,141,224). Sum of RGB (Red+Green+Blue) = 144+141+224=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #908DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DE0 is #6F721F. Grayscale: #979797. Windows color (decimal): -7303712 or 14716304. OLE color: 14716304.
HSL color Cylindrical-coordinate representation of color #908DE0: hue angle of 242.17º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #908DE0 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 141 | 224 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.12 |
| HSL | 242.17º | 0.57% | 0.72% | - |
| HSV(B) | 242.17º | 0.37% | 0.88% | - |
| XYZ | 34.48 | 30.36 | 74.56 | - |
| YUV | 151.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 224 | 0.36 | 0.37 | 0 | 0.12 | 242.17 | 0.57 | 0.72 |
| Hex | 90 | 8D | E0 | 24 | 25 | 0 | C | F2 | 39 | 48 |
| Octal | 220 | 215 | 340 | 44 | 45 | 0 | 14 | 362 | 71 | 110 |
| Binary | 10010000 | 10001101 | 11100000 | 100100 | 100101 | 0 | 1100 | 11110010 | 111001 | 1001000 |
Color Harmonies of #908DE0
Complementary color
Monochromatic Colors of #908DE0
Black with #908DE0
Text Example
Text Example
White with #908DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DE0; }
p { color: rgb(144,141,224); }
H1.HeaderClassName
{
color: #908DE0;
}
.AnyTagClassName
{
color: #908DE0;
}
</style>
background-color css
<style>
a { background-color: #908DE0; }
a { background-color: rgb(144,141,224); }
div.DivClassName
{
background-color: #908DE0;
}
.BgClassName
{
background-color: #908DE0;
}
</style>
border-color css
<style>
span { border-color: #908DE0; }
span { border-color: rgb(144,141,224); }
td.TdClassName
{
border-color: #908DE0;
}
.TagClassName
{
border-color: #908DE0;
}
</style>