Shades of Portage #908DF2
Tints of Portage #908DF2
RGB
CMYK
RGB Variations
Color information
#908DF2 (or 0x908DF2) is known color: Portage. HEX triplet: 90, 8D and F2. RGB value is (144,141,242). Sum of RGB (Red+Green+Blue) = 144+141+242=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #908DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DF2 is #6F720D. Grayscale: #999999. Windows color (decimal): -7303694 or 15895952. OLE color: 15895952.
HSL color Cylindrical-coordinate representation of color #908DF2: hue angle of 241.78º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908DF2 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 141 | 242 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.05 |
| HSL | 241.78º | 0.8% | 0.75% | - |
| HSV(B) | 241.78º | 0.42% | 0.95% | - |
| XYZ | 37.05 | 31.39 | 88.11 | - |
| YUV | 153.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 242 | 0.40 | 0.42 | 0 | 0.05 | 241.78 | 0.8 | 0.75 |
| Hex | 90 | 8D | F2 | 28 | 2A | 0 | 5 | F2 | 50 | 4B |
| Octal | 220 | 215 | 362 | 50 | 52 | 0 | 5 | 362 | 120 | 113 |
| Binary | 10010000 | 10001101 | 11110010 | 101000 | 101010 | 0 | 101 | 11110010 | 1010000 | 1001011 |
Color Harmonies of #908DF2
Complementary color
Monochromatic Colors of #908DF2
Black with #908DF2
Text Example
Text Example
White with #908DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DF2; }
p { color: rgb(144,141,242); }
H1.HeaderClassName
{
color: #908DF2;
}
.AnyTagClassName
{
color: #908DF2;
}
</style>
background-color css
<style>
a { background-color: #908DF2; }
a { background-color: rgb(144,141,242); }
div.DivClassName
{
background-color: #908DF2;
}
.BgClassName
{
background-color: #908DF2;
}
</style>
border-color css
<style>
span { border-color: #908DF2; }
span { border-color: rgb(144,141,242); }
td.TdClassName
{
border-color: #908DF2;
}
.TagClassName
{
border-color: #908DF2;
}
</style>