Shades of Portage #908CEA
Tints of Portage #908CEA
RGB
CMYK
RGB Variations
Color information
#908CEA (or 0x908CEA) is known color: Portage. HEX triplet: 90, 8C and EA. RGB value is (144,140,234). Sum of RGB (Red+Green+Blue) = 144+140+234=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #908CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CEA is #6F7315. Grayscale: #979797. Windows color (decimal): -7303958 or 15371408. OLE color: 15371408.
HSL color Cylindrical-coordinate representation of color #908CEA: hue angle of 242.55º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908CEA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 140 | 234 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.08 |
| HSL | 242.55º | 0.69% | 0.73% | - |
| HSV(B) | 242.55º | 0.4% | 0.92% | - |
| XYZ | 35.73 | 30.63 | 81.87 | - |
| YUV | 151.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 234 | 0.38 | 0.40 | 0 | 0.08 | 242.55 | 0.69 | 0.73 |
| Hex | 90 | 8C | EA | 26 | 28 | 0 | 8 | F3 | 45 | 49 |
| Octal | 220 | 214 | 352 | 46 | 50 | 0 | 10 | 363 | 105 | 111 |
| Binary | 10010000 | 10001100 | 11101010 | 100110 | 101000 | 0 | 1000 | 11110011 | 1000101 | 1001001 |
Color Harmonies of #908CEA
Complementary color
Monochromatic Colors of #908CEA
Black with #908CEA
Text Example
Text Example
White with #908CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CEA; }
p { color: rgb(144,140,234); }
H1.HeaderClassName
{
color: #908CEA;
}
.AnyTagClassName
{
color: #908CEA;
}
</style>
background-color css
<style>
a { background-color: #908CEA; }
a { background-color: rgb(144,140,234); }
div.DivClassName
{
background-color: #908CEA;
}
.BgClassName
{
background-color: #908CEA;
}
</style>
border-color css
<style>
span { border-color: #908CEA; }
span { border-color: rgb(144,140,234); }
td.TdClassName
{
border-color: #908CEA;
}
.TagClassName
{
border-color: #908CEA;
}
</style>