Shades of Portage #908FEB
Tints of Portage #908FEB
RGB
CMYK
RGB Variations
Color information
#908FEB (or 0x908FEB) is known color: Portage. HEX triplet: 90, 8F and EB. RGB value is (144,143,235). Sum of RGB (Red+Green+Blue) = 144+143+235=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #908FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FEB is #6F7014. Grayscale: #999999. Windows color (decimal): -7303189 or 15437712. OLE color: 15437712.
HSL color Cylindrical-coordinate representation of color #908FEB: hue angle of 240.65º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #908FEB is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 143 | 235 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.08 |
| HSL | 240.65º | 0.7% | 0.74% | - |
| HSV(B) | 240.65º | 0.39% | 0.92% | - |
| XYZ | 36.32 | 31.57 | 82.78 | - |
| YUV | 153.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 235 | 0.39 | 0.39 | 0 | 0.08 | 240.65 | 0.7 | 0.74 |
| Hex | 90 | 8F | EB | 27 | 27 | 0 | 8 | F1 | 46 | 4A |
| Octal | 220 | 217 | 353 | 47 | 47 | 0 | 10 | 361 | 106 | 112 |
| Binary | 10010000 | 10001111 | 11101011 | 100111 | 100111 | 0 | 1000 | 11110001 | 1000110 | 1001010 |
Color Harmonies of #908FEB
Complementary color
Monochromatic Colors of #908FEB
Black with #908FEB
Text Example
Text Example
White with #908FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FEB; }
p { color: rgb(144,143,235); }
H1.HeaderClassName
{
color: #908FEB;
}
.AnyTagClassName
{
color: #908FEB;
}
</style>
background-color css
<style>
a { background-color: #908FEB; }
a { background-color: rgb(144,143,235); }
div.DivClassName
{
background-color: #908FEB;
}
.BgClassName
{
background-color: #908FEB;
}
</style>
border-color css
<style>
span { border-color: #908FEB; }
span { border-color: rgb(144,143,235); }
td.TdClassName
{
border-color: #908FEB;
}
.TagClassName
{
border-color: #908FEB;
}
</style>