Shades of Portage #908FF0
Tints of Portage #908FF0
RGB
CMYK
RGB Variations
Color information
#908FF0 (or 0x908FF0) is known color: Portage. HEX triplet: 90, 8F and F0. RGB value is (144,143,240). Sum of RGB (Red+Green+Blue) = 144+143+240=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #908FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FF0 is #6F700F. Grayscale: #999999. Windows color (decimal): -7303184 or 15765392. OLE color: 15765392.
HSL color Cylindrical-coordinate representation of color #908FF0: hue angle of 240.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908FF0 is Cyan = 0.4, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 143 | 240 | - |
| CMYK | 0.4 | 0.40 | 0 | 0.06 |
| HSL | 240.62º | 0.76% | 0.75% | - |
| HSV(B) | 240.62º | 0.4% | 0.94% | - |
| XYZ | 37.05 | 31.87 | 86.64 | - |
| YUV | 154.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 240 | 0.4 | 0.40 | 0 | 0.06 | 240.62 | 0.76 | 0.75 |
| Hex | 90 | 8F | F0 | 28 | 28 | 0 | 6 | F1 | 4C | 4B |
| Octal | 220 | 217 | 360 | 50 | 50 | 0 | 6 | 361 | 114 | 113 |
| Binary | 10010000 | 10001111 | 11110000 | 101000 | 101000 | 0 | 110 | 11110001 | 1001100 | 1001011 |
Color Harmonies of #908FF0
Complementary color
Monochromatic Colors of #908FF0
Black with #908FF0
Text Example
Text Example
White with #908FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FF0; }
p { color: rgb(144,143,240); }
H1.HeaderClassName
{
color: #908FF0;
}
.AnyTagClassName
{
color: #908FF0;
}
</style>
background-color css
<style>
a { background-color: #908FF0; }
a { background-color: rgb(144,143,240); }
div.DivClassName
{
background-color: #908FF0;
}
.BgClassName
{
background-color: #908FF0;
}
</style>
border-color css
<style>
span { border-color: #908FF0; }
span { border-color: rgb(144,143,240); }
td.TdClassName
{
border-color: #908FF0;
}
.TagClassName
{
border-color: #908FF0;
}
</style>