Shades of Portage #908EE0
Tints of Portage #908EE0
RGB
CMYK
RGB Variations
Color information
#908EE0 (or 0x908EE0) is known color: Portage. HEX triplet: 90, 8E and E0. RGB value is (144,142,224). Sum of RGB (Red+Green+Blue) = 144+142+224=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #908EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EE0 is #6F711F. Grayscale: #979797. Windows color (decimal): -7303456 or 14716560. OLE color: 14716560.
HSL color Cylindrical-coordinate representation of color #908EE0: hue angle of 241.46º 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 #908EE0 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 142 | 224 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.12 |
| HSL | 241.46º | 0.57% | 0.72% | - |
| HSV(B) | 241.46º | 0.37% | 0.88% | - |
| XYZ | 34.63 | 30.66 | 74.61 | - |
| YUV | 151.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 224 | 0.36 | 0.37 | 0 | 0.12 | 241.46 | 0.57 | 0.72 |
| Hex | 90 | 8E | E0 | 24 | 25 | 0 | C | F1 | 39 | 48 |
| Octal | 220 | 216 | 340 | 44 | 45 | 0 | 14 | 361 | 71 | 110 |
| Binary | 10010000 | 10001110 | 11100000 | 100100 | 100101 | 0 | 1100 | 11110001 | 111001 | 1001000 |
Color Harmonies of #908EE0
Complementary color
Monochromatic Colors of #908EE0
Black with #908EE0
Text Example
Text Example
White with #908EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EE0; }
p { color: rgb(144,142,224); }
H1.HeaderClassName
{
color: #908EE0;
}
.AnyTagClassName
{
color: #908EE0;
}
</style>
background-color css
<style>
a { background-color: #908EE0; }
a { background-color: rgb(144,142,224); }
div.DivClassName
{
background-color: #908EE0;
}
.BgClassName
{
background-color: #908EE0;
}
</style>
border-color css
<style>
span { border-color: #908EE0; }
span { border-color: rgb(144,142,224); }
td.TdClassName
{
border-color: #908EE0;
}
.TagClassName
{
border-color: #908EE0;
}
</style>