Shades of Portage #8D95D4
Tints of Portage #8D95D4
RGB
CMYK
RGB Variations
Color information
#8D95D4 (or 0x8D95D4) is known color: Portage. HEX triplet: 8D, 95 and D4. RGB value is (141,149,212). Sum of RGB (Red+Green+Blue) = 141+149+212=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #8D95D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95D4 is #726A2B. Grayscale: #999999. Windows color (decimal): -7498284 or 13931917. OLE color: 13931917.
HSL color Cylindrical-coordinate representation of color #8D95D4: hue angle of 233.24º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D95D4 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 149 | 212 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.17 |
| HSL | 233.24º | 0.45% | 0.69% | - |
| HSV(B) | 233.24º | 0.33% | 0.83% | - |
| XYZ | 33.62 | 31.91 | 66.68 | - |
| YUV | 153.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 212 | 0.33 | 0.30 | 0 | 0.17 | 233.24 | 0.45 | 0.69 |
| Hex | 8D | 95 | D4 | 21 | 1E | 0 | 11 | E9 | 2D | 45 |
| Octal | 215 | 225 | 324 | 41 | 36 | 0 | 21 | 351 | 55 | 105 |
| Binary | 10001101 | 10010101 | 11010100 | 100001 | 11110 | 0 | 10001 | 11101001 | 101101 | 1000101 |
Color Harmonies of #8D95D4
Complementary color
Monochromatic Colors of #8D95D4
Black with #8D95D4
Text Example
Text Example
White with #8D95D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D95D4; }
p { color: rgb(141,149,212); }
H1.HeaderClassName
{
color: #8D95D4;
}
.AnyTagClassName
{
color: #8D95D4;
}
</style>
background-color css
<style>
a { background-color: #8D95D4; }
a { background-color: rgb(141,149,212); }
div.DivClassName
{
background-color: #8D95D4;
}
.BgClassName
{
background-color: #8D95D4;
}
</style>
border-color css
<style>
span { border-color: #8D95D4; }
span { border-color: rgb(141,149,212); }
td.TdClassName
{
border-color: #8D95D4;
}
.TagClassName
{
border-color: #8D95D4;
}
</style>