Shades of Portage #908FF2
Tints of Portage #908FF2
RGB
CMYK
RGB Variations
Color information
#908FF2 (or 0x908FF2) is known color: Portage. HEX triplet: 90, 8F and F2. RGB value is (144,143,242). Sum of RGB (Red+Green+Blue) = 144+143+242=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #908FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FF2 is #6F700D. Grayscale: #9A9A9A. Windows color (decimal): -7303182 or 15896464. OLE color: 15896464.
HSL color Cylindrical-coordinate representation of color #908FF2: hue angle of 240.61º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #908FF2 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 143 | 242 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.05 |
| HSL | 240.61º | 0.79% | 0.75% | - |
| HSV(B) | 240.61º | 0.41% | 0.95% | - |
| XYZ | 37.35 | 31.99 | 88.21 | - |
| YUV | 154.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 242 | 0.40 | 0.41 | 0 | 0.05 | 240.61 | 0.79 | 0.75 |
| Hex | 90 | 8F | F2 | 28 | 29 | 0 | 5 | F1 | 4F | 4B |
| Octal | 220 | 217 | 362 | 50 | 51 | 0 | 5 | 361 | 117 | 113 |
| Binary | 10010000 | 10001111 | 11110010 | 101000 | 101001 | 0 | 101 | 11110001 | 1001111 | 1001011 |
Color Harmonies of #908FF2
Complementary color
Monochromatic Colors of #908FF2
Black with #908FF2
Text Example
Text Example
White with #908FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FF2; }
p { color: rgb(144,143,242); }
H1.HeaderClassName
{
color: #908FF2;
}
.AnyTagClassName
{
color: #908FF2;
}
</style>
background-color css
<style>
a { background-color: #908FF2; }
a { background-color: rgb(144,143,242); }
div.DivClassName
{
background-color: #908FF2;
}
.BgClassName
{
background-color: #908FF2;
}
</style>
border-color css
<style>
span { border-color: #908FF2; }
span { border-color: rgb(144,143,242); }
td.TdClassName
{
border-color: #908FF2;
}
.TagClassName
{
border-color: #908FF2;
}
</style>