Shades of Portage #8C95D3
Tints of Portage #8C95D3
RGB
CMYK
RGB Variations
Color information
#8C95D3 (or 0x8C95D3) is known color: Portage. HEX triplet: 8C, 95 and D3. RGB value is (140,149,211). Sum of RGB (Red+Green+Blue) = 140+149+211=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #8C95D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C95D3 is #736A2C. Grayscale: #999999. Windows color (decimal): -7563821 or 13866380. OLE color: 13866380.
HSL color Cylindrical-coordinate representation of color #8C95D3: hue angle of 232.39º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C95D3 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 149 | 211 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.17 |
| HSL | 232.39º | 0.45% | 0.69% | - |
| HSV(B) | 232.39º | 0.34% | 0.83% | - |
| XYZ | 33.32 | 31.77 | 66 | - |
| YUV | 153.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 211 | 0.34 | 0.29 | 0 | 0.17 | 232.39 | 0.45 | 0.69 |
| Hex | 8C | 95 | D3 | 22 | 1D | 0 | 11 | E8 | 2D | 45 |
| Octal | 214 | 225 | 323 | 42 | 35 | 0 | 21 | 350 | 55 | 105 |
| Binary | 10001100 | 10010101 | 11010011 | 100010 | 11101 | 0 | 10001 | 11101000 | 101101 | 1000101 |
Color Harmonies of #8C95D3
Complementary color
Monochromatic Colors of #8C95D3
Black with #8C95D3
Text Example
Text Example
White with #8C95D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C95D3; }
p { color: rgb(140,149,211); }
H1.HeaderClassName
{
color: #8C95D3;
}
.AnyTagClassName
{
color: #8C95D3;
}
</style>
background-color css
<style>
a { background-color: #8C95D3; }
a { background-color: rgb(140,149,211); }
div.DivClassName
{
background-color: #8C95D3;
}
.BgClassName
{
background-color: #8C95D3;
}
</style>
border-color css
<style>
span { border-color: #8C95D3; }
span { border-color: rgb(140,149,211); }
td.TdClassName
{
border-color: #8C95D3;
}
.TagClassName
{
border-color: #8C95D3;
}
</style>