Shades of Portage #8A8ADF
Tints of Portage #8A8ADF
RGB
CMYK
RGB Variations
Color information
#8A8ADF (or 0x8A8ADF) is known color: Portage. HEX triplet: 8A, 8A and DF. RGB value is (138,138,223). Sum of RGB (Red+Green+Blue) = 138+138+223=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8ADF is #757520. Grayscale: #939393. Windows color (decimal): -7697697 or 14649994. OLE color: 14649994.
HSL color Cylindrical-coordinate representation of color #8A8ADF: hue angle of 240º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A8ADF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 138 | 223 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.13 |
| HSL | 240º | 0.57% | 0.71% | - |
| HSV(B) | 240º | 0.38% | 0.87% | - |
| XYZ | 32.89 | 28.91 | 73.66 | - |
| YUV | 147.69 | 170.5 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 223 | 0.38 | 0.38 | 0 | 0.13 | 240 | 0.57 | 0.71 |
| Hex | 8A | 8A | DF | 26 | 26 | 0 | D | F0 | 39 | 47 |
| Octal | 212 | 212 | 337 | 46 | 46 | 0 | 15 | 360 | 71 | 107 |
| Binary | 10001010 | 10001010 | 11011111 | 100110 | 100110 | 0 | 1101 | 11110000 | 111001 | 1000111 |
Color Harmonies of #8A8ADF
Complementary color
Monochromatic Colors of #8A8ADF
Black with #8A8ADF
Text Example
Text Example
White with #8A8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8ADF; }
p { color: rgb(138,138,223); }
H1.HeaderClassName
{
color: #8A8ADF;
}
.AnyTagClassName
{
color: #8A8ADF;
}
</style>
background-color css
<style>
a { background-color: #8A8ADF; }
a { background-color: rgb(138,138,223); }
div.DivClassName
{
background-color: #8A8ADF;
}
.BgClassName
{
background-color: #8A8ADF;
}
</style>
border-color css
<style>
span { border-color: #8A8ADF; }
span { border-color: rgb(138,138,223); }
td.TdClassName
{
border-color: #8A8ADF;
}
.TagClassName
{
border-color: #8A8ADF;
}
</style>