Shades of Portage #908CDF
Tints of Portage #908CDF
RGB
CMYK
RGB Variations
Color information
#908CDF (or 0x908CDF) is known color: Portage. HEX triplet: 90, 8C and DF. RGB value is (144,140,223). Sum of RGB (Red+Green+Blue) = 144+140+223=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #908CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CDF is #6F7320. Grayscale: #969696. Windows color (decimal): -7303969 or 14650512. OLE color: 14650512.
HSL color Cylindrical-coordinate representation of color #908CDF: hue angle of 242.89º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #908CDF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 140 | 223 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.13 |
| HSL | 242.89º | 0.56% | 0.71% | - |
| HSV(B) | 242.89º | 0.37% | 0.87% | - |
| XYZ | 34.2 | 30.01 | 73.8 | - |
| YUV | 150.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 223 | 0.35 | 0.37 | 0 | 0.13 | 242.89 | 0.56 | 0.71 |
| Hex | 90 | 8C | DF | 23 | 25 | 0 | D | F3 | 38 | 47 |
| Octal | 220 | 214 | 337 | 43 | 45 | 0 | 15 | 363 | 70 | 107 |
| Binary | 10010000 | 10001100 | 11011111 | 100011 | 100101 | 0 | 1101 | 11110011 | 111000 | 1000111 |
Color Harmonies of #908CDF
Complementary color
Monochromatic Colors of #908CDF
Black with #908CDF
Text Example
Text Example
White with #908CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CDF; }
p { color: rgb(144,140,223); }
H1.HeaderClassName
{
color: #908CDF;
}
.AnyTagClassName
{
color: #908CDF;
}
</style>
background-color css
<style>
a { background-color: #908CDF; }
a { background-color: rgb(144,140,223); }
div.DivClassName
{
background-color: #908CDF;
}
.BgClassName
{
background-color: #908CDF;
}
</style>
border-color css
<style>
span { border-color: #908CDF; }
span { border-color: rgb(144,140,223); }
td.TdClassName
{
border-color: #908CDF;
}
.TagClassName
{
border-color: #908CDF;
}
</style>