Shades of Portage #908BEB
Tints of Portage #908BEB
RGB
CMYK
RGB Variations
Color information
#908BEB (or 0x908BEB) is known color: Portage. HEX triplet: 90, 8B and EB. RGB value is (144,139,235). Sum of RGB (Red+Green+Blue) = 144+139+235=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #908BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908BEB is #6F7414. Grayscale: #979797. Windows color (decimal): -7304213 or 15436688. OLE color: 15436688.
HSL color Cylindrical-coordinate representation of color #908BEB: hue angle of 243.13º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #908BEB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 139 | 235 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.08 |
| HSL | 243.13º | 0.71% | 0.73% | - |
| HSV(B) | 243.13º | 0.41% | 0.92% | - |
| XYZ | 35.73 | 30.39 | 82.58 | - |
| YUV | 151.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 235 | 0.39 | 0.41 | 0 | 0.08 | 243.13 | 0.71 | 0.73 |
| Hex | 90 | 8B | EB | 27 | 29 | 0 | 8 | F3 | 47 | 49 |
| Octal | 220 | 213 | 353 | 47 | 51 | 0 | 10 | 363 | 107 | 111 |
| Binary | 10010000 | 10001011 | 11101011 | 100111 | 101001 | 0 | 1000 | 11110011 | 1000111 | 1001001 |
Color Harmonies of #908BEB
Complementary color
Monochromatic Colors of #908BEB
Black with #908BEB
Text Example
Text Example
White with #908BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BEB; }
p { color: rgb(144,139,235); }
H1.HeaderClassName
{
color: #908BEB;
}
.AnyTagClassName
{
color: #908BEB;
}
</style>
background-color css
<style>
a { background-color: #908BEB; }
a { background-color: rgb(144,139,235); }
div.DivClassName
{
background-color: #908BEB;
}
.BgClassName
{
background-color: #908BEB;
}
</style>
border-color css
<style>
span { border-color: #908BEB; }
span { border-color: rgb(144,139,235); }
td.TdClassName
{
border-color: #908BEB;
}
.TagClassName
{
border-color: #908BEB;
}
</style>