Shades of Portage #908EF0
Tints of Portage #908EF0
RGB
CMYK
RGB Variations
Color information
#908EF0 (or 0x908EF0) is known color: Portage. HEX triplet: 90, 8E and F0. RGB value is (144,142,240). Sum of RGB (Red+Green+Blue) = 144+142+240=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #908EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EF0 is #6F710F. Grayscale: #999999. Windows color (decimal): -7303440 or 15765136. OLE color: 15765136.
HSL color Cylindrical-coordinate representation of color #908EF0: hue angle of 241.22º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #908EF0 is Cyan = 0.4, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 142 | 240 | - |
| CMYK | 0.4 | 0.41 | 0 | 0.06 |
| HSL | 241.22º | 0.77% | 0.75% | - |
| HSV(B) | 241.22º | 0.41% | 0.94% | - |
| XYZ | 36.9 | 31.57 | 86.59 | - |
| YUV | 153.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 240 | 0.4 | 0.41 | 0 | 0.06 | 241.22 | 0.77 | 0.75 |
| Hex | 90 | 8E | F0 | 28 | 29 | 0 | 6 | F1 | 4D | 4B |
| Octal | 220 | 216 | 360 | 50 | 51 | 0 | 6 | 361 | 115 | 113 |
| Binary | 10010000 | 10001110 | 11110000 | 101000 | 101001 | 0 | 110 | 11110001 | 1001101 | 1001011 |
Color Harmonies of #908EF0
Complementary color
Monochromatic Colors of #908EF0
Black with #908EF0
Text Example
Text Example
White with #908EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EF0; }
p { color: rgb(144,142,240); }
H1.HeaderClassName
{
color: #908EF0;
}
.AnyTagClassName
{
color: #908EF0;
}
</style>
background-color css
<style>
a { background-color: #908EF0; }
a { background-color: rgb(144,142,240); }
div.DivClassName
{
background-color: #908EF0;
}
.BgClassName
{
background-color: #908EF0;
}
</style>
border-color css
<style>
span { border-color: #908EF0; }
span { border-color: rgb(144,142,240); }
td.TdClassName
{
border-color: #908EF0;
}
.TagClassName
{
border-color: #908EF0;
}
</style>