Shades of Portage #908FDC
Tints of Portage #908FDC
RGB
CMYK
RGB Variations
Color information
#908FDC (or 0x908FDC) is known color: Portage. HEX triplet: 90, 8F and DC. RGB value is (144,143,220). Sum of RGB (Red+Green+Blue) = 144+143+220=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #908FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FDC is #6F7023. Grayscale: #979797. Windows color (decimal): -7303204 or 14454672. OLE color: 14454672.
HSL color Cylindrical-coordinate representation of color #908FDC: hue angle of 240.78º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #908FDC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 143 | 220 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.14 |
| HSL | 240.78º | 0.52% | 0.71% | - |
| HSV(B) | 240.78º | 0.35% | 0.86% | - |
| XYZ | 34.24 | 30.74 | 71.84 | - |
| YUV | 152.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 220 | 0.35 | 0.35 | 0 | 0.14 | 240.78 | 0.52 | 0.71 |
| Hex | 90 | 8F | DC | 23 | 23 | 0 | E | F1 | 34 | 47 |
| Octal | 220 | 217 | 334 | 43 | 43 | 0 | 16 | 361 | 64 | 107 |
| Binary | 10010000 | 10001111 | 11011100 | 100011 | 100011 | 0 | 1110 | 11110001 | 110100 | 1000111 |
Color Harmonies of #908FDC
Complementary color
Monochromatic Colors of #908FDC
Black with #908FDC
Text Example
Text Example
White with #908FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FDC; }
p { color: rgb(144,143,220); }
H1.HeaderClassName
{
color: #908FDC;
}
.AnyTagClassName
{
color: #908FDC;
}
</style>
background-color css
<style>
a { background-color: #908FDC; }
a { background-color: rgb(144,143,220); }
div.DivClassName
{
background-color: #908FDC;
}
.BgClassName
{
background-color: #908FDC;
}
</style>
border-color css
<style>
span { border-color: #908FDC; }
span { border-color: rgb(144,143,220); }
td.TdClassName
{
border-color: #908FDC;
}
.TagClassName
{
border-color: #908FDC;
}
</style>