Shades of Portage #8D95CA
Tints of Portage #8D95CA
RGB
CMYK
RGB Variations
Color information
#8D95CA (or 0x8D95CA) is known color: Portage. HEX triplet: 8D, 95 and CA. RGB value is (141,149,202). Sum of RGB (Red+Green+Blue) = 141+149+202=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95CA is #726A35. Grayscale: #989898. Windows color (decimal): -7498294 or 13276557. OLE color: 13276557.
HSL color Cylindrical-coordinate representation of color #8D95CA: hue angle of 232.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D95CA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 149 | 202 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.21 |
| HSL | 232.13º | 0.37% | 0.67% | - |
| HSV(B) | 232.13º | 0.3% | 0.79% | - |
| XYZ | 32.39 | 31.42 | 60.23 | - |
| YUV | 152.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 202 | 0.30 | 0.26 | 0 | 0.21 | 232.13 | 0.37 | 0.67 |
| Hex | 8D | 95 | CA | 1E | 1A | 0 | 15 | E8 | 25 | 43 |
| Octal | 215 | 225 | 312 | 36 | 32 | 0 | 25 | 350 | 45 | 103 |
| Binary | 10001101 | 10010101 | 11001010 | 11110 | 11010 | 0 | 10101 | 11101000 | 100101 | 1000011 |
Color Harmonies of #8D95CA
Complementary color
Monochromatic Colors of #8D95CA
Black with #8D95CA
Text Example
Text Example
White with #8D95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D95CA; }
p { color: rgb(141,149,202); }
H1.HeaderClassName
{
color: #8D95CA;
}
.AnyTagClassName
{
color: #8D95CA;
}
</style>
background-color css
<style>
a { background-color: #8D95CA; }
a { background-color: rgb(141,149,202); }
div.DivClassName
{
background-color: #8D95CA;
}
.BgClassName
{
background-color: #8D95CA;
}
</style>
border-color css
<style>
span { border-color: #8D95CA; }
span { border-color: rgb(141,149,202); }
td.TdClassName
{
border-color: #8D95CA;
}
.TagClassName
{
border-color: #8D95CA;
}
</style>