Shades of Portage #908CE8
Tints of Portage #908CE8
RGB
CMYK
RGB Variations
Color information
#908CE8 (or 0x908CE8) is known color: Portage. HEX triplet: 90, 8C and E8. RGB value is (144,140,232). Sum of RGB (Red+Green+Blue) = 144+140+232=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #908CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CE8 is #6F7317. Grayscale: #979797. Windows color (decimal): -7303960 or 15240336. OLE color: 15240336.
HSL color Cylindrical-coordinate representation of color #908CE8: hue angle of 242.61º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908CE8 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 140 | 232 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.09 |
| HSL | 242.61º | 0.67% | 0.73% | - |
| HSV(B) | 242.61º | 0.4% | 0.91% | - |
| XYZ | 35.45 | 30.51 | 80.37 | - |
| YUV | 151.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 232 | 0.38 | 0.40 | 0 | 0.09 | 242.61 | 0.67 | 0.73 |
| Hex | 90 | 8C | E8 | 26 | 28 | 0 | 9 | F3 | 43 | 49 |
| Octal | 220 | 214 | 350 | 46 | 50 | 0 | 11 | 363 | 103 | 111 |
| Binary | 10010000 | 10001100 | 11101000 | 100110 | 101000 | 0 | 1001 | 11110011 | 1000011 | 1001001 |
Color Harmonies of #908CE8
Complementary color
Monochromatic Colors of #908CE8
Black with #908CE8
Text Example
Text Example
White with #908CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CE8; }
p { color: rgb(144,140,232); }
H1.HeaderClassName
{
color: #908CE8;
}
.AnyTagClassName
{
color: #908CE8;
}
</style>
background-color css
<style>
a { background-color: #908CE8; }
a { background-color: rgb(144,140,232); }
div.DivClassName
{
background-color: #908CE8;
}
.BgClassName
{
background-color: #908CE8;
}
</style>
border-color css
<style>
span { border-color: #908CE8; }
span { border-color: rgb(144,140,232); }
td.TdClassName
{
border-color: #908CE8;
}
.TagClassName
{
border-color: #908CE8;
}
</style>