Shades of Portage #908FDF
Tints of Portage #908FDF
RGB
CMYK
RGB Variations
Color information
#908FDF (or 0x908FDF) is known color: Portage. HEX triplet: 90, 8F and DF. RGB value is (144,143,223). Sum of RGB (Red+Green+Blue) = 144+143+223=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #908FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FDF is #6F7020. Grayscale: #989898. Windows color (decimal): -7303201 or 14651280. OLE color: 14651280.
HSL color Cylindrical-coordinate representation of color #908FDF: hue angle of 240.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #908FDF is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 143 | 223 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.13 |
| HSL | 240.75º | 0.56% | 0.72% | - |
| HSV(B) | 240.75º | 0.36% | 0.87% | - |
| XYZ | 34.64 | 30.9 | 73.95 | - |
| YUV | 152.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 223 | 0.35 | 0.36 | 0 | 0.13 | 240.75 | 0.56 | 0.72 |
| Hex | 90 | 8F | DF | 23 | 24 | 0 | D | F1 | 38 | 48 |
| Octal | 220 | 217 | 337 | 43 | 44 | 0 | 15 | 361 | 70 | 110 |
| Binary | 10010000 | 10001111 | 11011111 | 100011 | 100100 | 0 | 1101 | 11110001 | 111000 | 1001000 |
Color Harmonies of #908FDF
Complementary color
Monochromatic Colors of #908FDF
Black with #908FDF
Text Example
Text Example
White with #908FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FDF; }
p { color: rgb(144,143,223); }
H1.HeaderClassName
{
color: #908FDF;
}
.AnyTagClassName
{
color: #908FDF;
}
</style>
background-color css
<style>
a { background-color: #908FDF; }
a { background-color: rgb(144,143,223); }
div.DivClassName
{
background-color: #908FDF;
}
.BgClassName
{
background-color: #908FDF;
}
</style>
border-color css
<style>
span { border-color: #908FDF; }
span { border-color: rgb(144,143,223); }
td.TdClassName
{
border-color: #908FDF;
}
.TagClassName
{
border-color: #908FDF;
}
</style>