Shades of Portage #8A95DD
Tints of Portage #8A95DD
RGB
CMYK
RGB Variations
Color information
#8A95DD (or 0x8A95DD) is known color: Portage. HEX triplet: 8A, 95 and DD. RGB value is (138,149,221). Sum of RGB (Red+Green+Blue) = 138+149+221=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A95DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A95DD is #756A22. Grayscale: #999999. Windows color (decimal): -7694883 or 14521738. OLE color: 14521738.
HSL color Cylindrical-coordinate representation of color #8A95DD: hue angle of 232.05º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A95DD is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 149 | 221 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.13 |
| HSL | 232.05º | 0.55% | 0.7% | - |
| HSV(B) | 232.05º | 0.38% | 0.87% | - |
| XYZ | 34.28 | 32.12 | 72.8 | - |
| YUV | 153.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 221 | 0.38 | 0.33 | 0 | 0.13 | 232.05 | 0.55 | 0.7 |
| Hex | 8A | 95 | DD | 26 | 21 | 0 | D | E8 | 37 | 46 |
| Octal | 212 | 225 | 335 | 46 | 41 | 0 | 15 | 350 | 67 | 106 |
| Binary | 10001010 | 10010101 | 11011101 | 100110 | 100001 | 0 | 1101 | 11101000 | 110111 | 1000110 |
Color Harmonies of #8A95DD
Complementary color
Monochromatic Colors of #8A95DD
Black with #8A95DD
Text Example
Text Example
White with #8A95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A95DD; }
p { color: rgb(138,149,221); }
H1.HeaderClassName
{
color: #8A95DD;
}
.AnyTagClassName
{
color: #8A95DD;
}
</style>
background-color css
<style>
a { background-color: #8A95DD; }
a { background-color: rgb(138,149,221); }
div.DivClassName
{
background-color: #8A95DD;
}
.BgClassName
{
background-color: #8A95DD;
}
</style>
border-color css
<style>
span { border-color: #8A95DD; }
span { border-color: rgb(138,149,221); }
td.TdClassName
{
border-color: #8A95DD;
}
.TagClassName
{
border-color: #8A95DD;
}
</style>