Shades of Portage #8D95FA
Tints of Portage #8D95FA
RGB
CMYK
RGB Variations
Color information
#8D95FA (or 0x8D95FA) is known color: Portage. HEX triplet: 8D, 95 and FA. RGB value is (141,149,250). Sum of RGB (Red+Green+Blue) = 141+149+250=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D95FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D95FA is #726A05. Grayscale: #9D9D9D. Windows color (decimal): -7498246 or 16422285. OLE color: 16422285.
HSL color Cylindrical-coordinate representation of color #8D95FA: hue angle of 235.6º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D95FA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 149 | 250 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.02 |
| HSL | 235.6º | 0.92% | 0.77% | - |
| HSV(B) | 235.6º | 0.44% | 0.98% | - |
| XYZ | 38.99 | 34.06 | 94.96 | - |
| YUV | 158.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 250 | 0.44 | 0.40 | 0 | 0.02 | 235.6 | 0.92 | 0.77 |
| Hex | 8D | 95 | FA | 2C | 28 | 0 | 2 | EC | 5C | 4D |
| Octal | 215 | 225 | 372 | 54 | 50 | 0 | 2 | 354 | 134 | 115 |
| Binary | 10001101 | 10010101 | 11111010 | 101100 | 101000 | 0 | 10 | 11101100 | 1011100 | 1001101 |
Color Harmonies of #8D95FA
Complementary color
Monochromatic Colors of #8D95FA
Black with #8D95FA
Text Example
Text Example
White with #8D95FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D95FA; }
p { color: rgb(141,149,250); }
H1.HeaderClassName
{
color: #8D95FA;
}
.AnyTagClassName
{
color: #8D95FA;
}
</style>
background-color css
<style>
a { background-color: #8D95FA; }
a { background-color: rgb(141,149,250); }
div.DivClassName
{
background-color: #8D95FA;
}
.BgClassName
{
background-color: #8D95FA;
}
</style>
border-color css
<style>
span { border-color: #8D95FA; }
span { border-color: rgb(141,149,250); }
td.TdClassName
{
border-color: #8D95FA;
}
.TagClassName
{
border-color: #8D95FA;
}
</style>