Shades of Portage #8A8AE6
Tints of Portage #8A8AE6
RGB
CMYK
RGB Variations
Color information
#8A8AE6 (or 0x8A8AE6) is known color: Portage. HEX triplet: 8A, 8A and E6. RGB value is (138,138,230). Sum of RGB (Red+Green+Blue) = 138+138+230=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A8AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8AE6 is #757519. Grayscale: #949494. Windows color (decimal): -7697690 or 15108746. OLE color: 15108746.
HSL color Cylindrical-coordinate representation of color #8A8AE6: hue angle of 240º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A8AE6 is Cyan = 0.4, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 138 | 230 | - |
| CMYK | 0.4 | 0.4 | 0 | 0.10 |
| HSL | 240º | 0.65% | 0.72% | - |
| HSV(B) | 240º | 0.4% | 0.9% | - |
| XYZ | 33.85 | 29.29 | 78.73 | - |
| YUV | 148.49 | 174 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 230 | 0.4 | 0.4 | 0 | 0.10 | 240 | 0.65 | 0.72 |
| Hex | 8A | 8A | E6 | 28 | 28 | 0 | A | F0 | 41 | 48 |
| Octal | 212 | 212 | 346 | 50 | 50 | 0 | 12 | 360 | 101 | 110 |
| Binary | 10001010 | 10001010 | 11100110 | 101000 | 101000 | 0 | 1010 | 11110000 | 1000001 | 1001000 |
Color Harmonies of #8A8AE6
Complementary color
Monochromatic Colors of #8A8AE6
Black with #8A8AE6
Text Example
Text Example
White with #8A8AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8AE6; }
p { color: rgb(138,138,230); }
H1.HeaderClassName
{
color: #8A8AE6;
}
.AnyTagClassName
{
color: #8A8AE6;
}
</style>
background-color css
<style>
a { background-color: #8A8AE6; }
a { background-color: rgb(138,138,230); }
div.DivClassName
{
background-color: #8A8AE6;
}
.BgClassName
{
background-color: #8A8AE6;
}
</style>
border-color css
<style>
span { border-color: #8A8AE6; }
span { border-color: rgb(138,138,230); }
td.TdClassName
{
border-color: #8A8AE6;
}
.TagClassName
{
border-color: #8A8AE6;
}
</style>