Shades of Portage #908BEE
Tints of Portage #908BEE
RGB
CMYK
RGB Variations
Color information
#908BEE (or 0x908BEE) is known color: Portage. HEX triplet: 90, 8B and EE. RGB value is (144,139,238). Sum of RGB (Red+Green+Blue) = 144+139+238=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #908BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908BEE is #6F7411. Grayscale: #979797. Windows color (decimal): -7304210 or 15633296. OLE color: 15633296.
HSL color Cylindrical-coordinate representation of color #908BEE: hue angle of 243.03º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908BEE is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 139 | 238 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.07 |
| HSL | 243.03º | 0.74% | 0.74% | - |
| HSV(B) | 243.03º | 0.42% | 0.93% | - |
| XYZ | 36.17 | 30.57 | 84.88 | - |
| YUV | 151.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 238 | 0.39 | 0.42 | 0 | 0.07 | 243.03 | 0.74 | 0.74 |
| Hex | 90 | 8B | EE | 27 | 2A | 0 | 7 | F3 | 4A | 4A |
| Octal | 220 | 213 | 356 | 47 | 52 | 0 | 7 | 363 | 112 | 112 |
| Binary | 10010000 | 10001011 | 11101110 | 100111 | 101010 | 0 | 111 | 11110011 | 1001010 | 1001010 |
Color Harmonies of #908BEE
Complementary color
Monochromatic Colors of #908BEE
Black with #908BEE
Text Example
Text Example
White with #908BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BEE; }
p { color: rgb(144,139,238); }
H1.HeaderClassName
{
color: #908BEE;
}
.AnyTagClassName
{
color: #908BEE;
}
</style>
background-color css
<style>
a { background-color: #908BEE; }
a { background-color: rgb(144,139,238); }
div.DivClassName
{
background-color: #908BEE;
}
.BgClassName
{
background-color: #908BEE;
}
</style>
border-color css
<style>
span { border-color: #908BEE; }
span { border-color: rgb(144,139,238); }
td.TdClassName
{
border-color: #908BEE;
}
.TagClassName
{
border-color: #908BEE;
}
</style>