Shades of Portage #8A8FDA
Tints of Portage #8A8FDA
RGB
CMYK
RGB Variations
Color information
#8A8FDA (or 0x8A8FDA) is known color: Portage. HEX triplet: 8A, 8F and DA. RGB value is (138,143,218). Sum of RGB (Red+Green+Blue) = 138+143+218=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FDA is #757025. Grayscale: #959595. Windows color (decimal): -7696422 or 14323594. OLE color: 14323594.
HSL color Cylindrical-coordinate representation of color #8A8FDA: hue angle of 236.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A8FDA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 143 | 218 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.15 |
| HSL | 236.25º | 0.52% | 0.7% | - |
| HSV(B) | 236.25º | 0.37% | 0.85% | - |
| XYZ | 32.96 | 30.11 | 70.4 | - |
| YUV | 150.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 218 | 0.37 | 0.34 | 0 | 0.15 | 236.25 | 0.52 | 0.7 |
| Hex | 8A | 8F | DA | 25 | 22 | 0 | F | EC | 34 | 46 |
| Octal | 212 | 217 | 332 | 45 | 42 | 0 | 17 | 354 | 64 | 106 |
| Binary | 10001010 | 10001111 | 11011010 | 100101 | 100010 | 0 | 1111 | 11101100 | 110100 | 1000110 |
Color Harmonies of #8A8FDA
Complementary color
Monochromatic Colors of #8A8FDA
Black with #8A8FDA
Text Example
Text Example
White with #8A8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FDA; }
p { color: rgb(138,143,218); }
H1.HeaderClassName
{
color: #8A8FDA;
}
.AnyTagClassName
{
color: #8A8FDA;
}
</style>
background-color css
<style>
a { background-color: #8A8FDA; }
a { background-color: rgb(138,143,218); }
div.DivClassName
{
background-color: #8A8FDA;
}
.BgClassName
{
background-color: #8A8FDA;
}
</style>
border-color css
<style>
span { border-color: #8A8FDA; }
span { border-color: rgb(138,143,218); }
td.TdClassName
{
border-color: #8A8FDA;
}
.TagClassName
{
border-color: #8A8FDA;
}
</style>