Shades of Portage #8A8AD7
Tints of Portage #8A8AD7
RGB
CMYK
RGB Variations
Color information
#8A8AD7 (or 0x8A8AD7) is known color: Portage. HEX triplet: 8A, 8A and D7. RGB value is (138,138,215). Sum of RGB (Red+Green+Blue) = 138+138+215=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A8AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8AD7 is #757528. Grayscale: #929292. Windows color (decimal): -7697705 or 14125706. OLE color: 14125706.
HSL color Cylindrical-coordinate representation of color #8A8AD7: hue angle of 240º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A8AD7 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 138 | 215 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.16 |
| HSL | 240º | 0.49% | 0.69% | - |
| HSV(B) | 240º | 0.36% | 0.84% | - |
| XYZ | 31.84 | 28.49 | 68.11 | - |
| YUV | 146.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 215 | 0.36 | 0.36 | 0 | 0.16 | 240 | 0.49 | 0.69 |
| Hex | 8A | 8A | D7 | 24 | 24 | 0 | 10 | F0 | 31 | 45 |
| Octal | 212 | 212 | 327 | 44 | 44 | 0 | 20 | 360 | 61 | 105 |
| Binary | 10001010 | 10001010 | 11010111 | 100100 | 100100 | 0 | 10000 | 11110000 | 110001 | 1000101 |
Color Harmonies of #8A8AD7
Complementary color
Monochromatic Colors of #8A8AD7
Black with #8A8AD7
Text Example
Text Example
White with #8A8AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8AD7; }
p { color: rgb(138,138,215); }
H1.HeaderClassName
{
color: #8A8AD7;
}
.AnyTagClassName
{
color: #8A8AD7;
}
</style>
background-color css
<style>
a { background-color: #8A8AD7; }
a { background-color: rgb(138,138,215); }
div.DivClassName
{
background-color: #8A8AD7;
}
.BgClassName
{
background-color: #8A8AD7;
}
</style>
border-color css
<style>
span { border-color: #8A8AD7; }
span { border-color: rgb(138,138,215); }
td.TdClassName
{
border-color: #8A8AD7;
}
.TagClassName
{
border-color: #8A8AD7;
}
</style>