Shades of Portage #908CEB
Tints of Portage #908CEB
RGB
CMYK
RGB Variations
Color information
#908CEB (or 0x908CEB) is known color: Portage. HEX triplet: 90, 8C and EB. RGB value is (144,140,235). Sum of RGB (Red+Green+Blue) = 144+140+235=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #908CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CEB is #6F7314. Grayscale: #979797. Windows color (decimal): -7303957 or 15436944. OLE color: 15436944.
HSL color Cylindrical-coordinate representation of color #908CEB: hue angle of 242.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908CEB is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 140 | 235 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.08 |
| HSL | 242.53º | 0.7% | 0.74% | - |
| HSV(B) | 242.53º | 0.4% | 0.92% | - |
| XYZ | 35.88 | 30.68 | 82.63 | - |
| YUV | 152.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 235 | 0.39 | 0.40 | 0 | 0.08 | 242.53 | 0.7 | 0.74 |
| Hex | 90 | 8C | EB | 27 | 28 | 0 | 8 | F3 | 46 | 4A |
| Octal | 220 | 214 | 353 | 47 | 50 | 0 | 10 | 363 | 106 | 112 |
| Binary | 10010000 | 10001100 | 11101011 | 100111 | 101000 | 0 | 1000 | 11110011 | 1000110 | 1001010 |
Color Harmonies of #908CEB
Complementary color
Monochromatic Colors of #908CEB
Black with #908CEB
Text Example
Text Example
White with #908CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CEB; }
p { color: rgb(144,140,235); }
H1.HeaderClassName
{
color: #908CEB;
}
.AnyTagClassName
{
color: #908CEB;
}
</style>
background-color css
<style>
a { background-color: #908CEB; }
a { background-color: rgb(144,140,235); }
div.DivClassName
{
background-color: #908CEB;
}
.BgClassName
{
background-color: #908CEB;
}
</style>
border-color css
<style>
span { border-color: #908CEB; }
span { border-color: rgb(144,140,235); }
td.TdClassName
{
border-color: #908CEB;
}
.TagClassName
{
border-color: #908CEB;
}
</style>