Shades of Portage #908CED
Tints of Portage #908CED
RGB
CMYK
RGB Variations
Color information
#908CED (or 0x908CED) is known color: Portage. HEX triplet: 90, 8C and ED. RGB value is (144,140,237). Sum of RGB (Red+Green+Blue) = 144+140+237=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #908CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CED is #6F7312. Grayscale: #979797. Windows color (decimal): -7303955 or 15568016. OLE color: 15568016.
HSL color Cylindrical-coordinate representation of color #908CED: hue angle of 242.47º degrees, saturation: 0.73, 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 #908CED is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 140 | 237 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.07 |
| HSL | 242.47º | 0.73% | 0.74% | - |
| HSV(B) | 242.47º | 0.41% | 0.93% | - |
| XYZ | 36.17 | 30.8 | 84.16 | - |
| YUV | 152.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 237 | 0.39 | 0.41 | 0 | 0.07 | 242.47 | 0.73 | 0.74 |
| Hex | 90 | 8C | ED | 27 | 29 | 0 | 7 | F2 | 49 | 4A |
| Octal | 220 | 214 | 355 | 47 | 51 | 0 | 7 | 362 | 111 | 112 |
| Binary | 10010000 | 10001100 | 11101101 | 100111 | 101001 | 0 | 111 | 11110010 | 1001001 | 1001010 |
Color Harmonies of #908CED
Complementary color
Monochromatic Colors of #908CED
Black with #908CED
Text Example
Text Example
White with #908CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CED; }
p { color: rgb(144,140,237); }
H1.HeaderClassName
{
color: #908CED;
}
.AnyTagClassName
{
color: #908CED;
}
</style>
background-color css
<style>
a { background-color: #908CED; }
a { background-color: rgb(144,140,237); }
div.DivClassName
{
background-color: #908CED;
}
.BgClassName
{
background-color: #908CED;
}
</style>
border-color css
<style>
span { border-color: #908CED; }
span { border-color: rgb(144,140,237); }
td.TdClassName
{
border-color: #908CED;
}
.TagClassName
{
border-color: #908CED;
}
</style>