Shades of Portage #908DEE
Tints of Portage #908DEE
RGB
CMYK
RGB Variations
Color information
#908DEE (or 0x908DEE) is known color: Portage. HEX triplet: 90, 8D and EE. RGB value is (144,141,238). Sum of RGB (Red+Green+Blue) = 144+141+238=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #908DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DEE is #6F7211. Grayscale: #989898. Windows color (decimal): -7303698 or 15633808. OLE color: 15633808.
HSL color Cylindrical-coordinate representation of color #908DEE: hue angle of 241.86º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #908DEE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 141 | 238 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.07 |
| HSL | 241.86º | 0.74% | 0.74% | - |
| HSV(B) | 241.86º | 0.41% | 0.93% | - |
| XYZ | 36.46 | 31.15 | 84.98 | - |
| YUV | 152.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 238 | 0.39 | 0.41 | 0 | 0.07 | 241.86 | 0.74 | 0.74 |
| Hex | 90 | 8D | EE | 27 | 29 | 0 | 7 | F2 | 4A | 4A |
| Octal | 220 | 215 | 356 | 47 | 51 | 0 | 7 | 362 | 112 | 112 |
| Binary | 10010000 | 10001101 | 11101110 | 100111 | 101001 | 0 | 111 | 11110010 | 1001010 | 1001010 |
Color Harmonies of #908DEE
Complementary color
Monochromatic Colors of #908DEE
Black with #908DEE
Text Example
Text Example
White with #908DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DEE; }
p { color: rgb(144,141,238); }
H1.HeaderClassName
{
color: #908DEE;
}
.AnyTagClassName
{
color: #908DEE;
}
</style>
background-color css
<style>
a { background-color: #908DEE; }
a { background-color: rgb(144,141,238); }
div.DivClassName
{
background-color: #908DEE;
}
.BgClassName
{
background-color: #908DEE;
}
</style>
border-color css
<style>
span { border-color: #908DEE; }
span { border-color: rgb(144,141,238); }
td.TdClassName
{
border-color: #908DEE;
}
.TagClassName
{
border-color: #908DEE;
}
</style>