Shades of Portage #8D9AF3
Tints of Portage #8D9AF3
RGB
CMYK
RGB Variations
Color information
#8D9AF3 (or 0x8D9AF3) is known color: Portage. HEX triplet: 8D, 9A and F3. RGB value is (141,154,243). Sum of RGB (Red+Green+Blue) = 141+154+243=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #8D9AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9AF3 is #72650C. Grayscale: #9F9F9F. Windows color (decimal): -7496973 or 15964813. OLE color: 15964813.
HSL color Cylindrical-coordinate representation of color #8D9AF3: hue angle of 232.35º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D9AF3 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 154 | 243 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.05 |
| HSL | 232.35º | 0.81% | 0.75% | - |
| HSV(B) | 232.35º | 0.42% | 0.95% | - |
| XYZ | 38.72 | 35.24 | 89.56 | - |
| YUV | 160.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 243 | 0.42 | 0.37 | 0 | 0.05 | 232.35 | 0.81 | 0.75 |
| Hex | 8D | 9A | F3 | 2A | 25 | 0 | 5 | E8 | 51 | 4B |
| Octal | 215 | 232 | 363 | 52 | 45 | 0 | 5 | 350 | 121 | 113 |
| Binary | 10001101 | 10011010 | 11110011 | 101010 | 100101 | 0 | 101 | 11101000 | 1010001 | 1001011 |
Color Harmonies of #8D9AF3
Complementary color
Monochromatic Colors of #8D9AF3
Black with #8D9AF3
Text Example
Text Example
White with #8D9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AF3; }
p { color: rgb(141,154,243); }
H1.HeaderClassName
{
color: #8D9AF3;
}
.AnyTagClassName
{
color: #8D9AF3;
}
</style>
background-color css
<style>
a { background-color: #8D9AF3; }
a { background-color: rgb(141,154,243); }
div.DivClassName
{
background-color: #8D9AF3;
}
.BgClassName
{
background-color: #8D9AF3;
}
</style>
border-color css
<style>
span { border-color: #8D9AF3; }
span { border-color: rgb(141,154,243); }
td.TdClassName
{
border-color: #8D9AF3;
}
.TagClassName
{
border-color: #8D9AF3;
}
</style>