Shades of Portage #8A8FCD
Tints of Portage #8A8FCD
RGB
CMYK
RGB Variations
Color information
#8A8FCD (or 0x8A8FCD) is known color: Portage. HEX triplet: 8A, 8F and CD. RGB value is (138,143,205). Sum of RGB (Red+Green+Blue) = 138+143+205=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FCD is #757032. Grayscale: #949494. Windows color (decimal): -7696435 or 13471626. OLE color: 13471626.
HSL color Cylindrical-coordinate representation of color #8A8FCD: hue angle of 235.52º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A8FCD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 143 | 205 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.20 |
| HSL | 235.52º | 0.4% | 0.67% | - |
| HSV(B) | 235.52º | 0.33% | 0.8% | - |
| XYZ | 31.32 | 29.46 | 61.79 | - |
| YUV | 148.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 205 | 0.33 | 0.30 | 0 | 0.20 | 235.52 | 0.4 | 0.67 |
| Hex | 8A | 8F | CD | 21 | 1E | 0 | 14 | EC | 28 | 43 |
| Octal | 212 | 217 | 315 | 41 | 36 | 0 | 24 | 354 | 50 | 103 |
| Binary | 10001010 | 10001111 | 11001101 | 100001 | 11110 | 0 | 10100 | 11101100 | 101000 | 1000011 |
Color Harmonies of #8A8FCD
Complementary color
Monochromatic Colors of #8A8FCD
Black with #8A8FCD
Text Example
Text Example
White with #8A8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FCD; }
p { color: rgb(138,143,205); }
H1.HeaderClassName
{
color: #8A8FCD;
}
.AnyTagClassName
{
color: #8A8FCD;
}
</style>
background-color css
<style>
a { background-color: #8A8FCD; }
a { background-color: rgb(138,143,205); }
div.DivClassName
{
background-color: #8A8FCD;
}
.BgClassName
{
background-color: #8A8FCD;
}
</style>
border-color css
<style>
span { border-color: #8A8FCD; }
span { border-color: rgb(138,143,205); }
td.TdClassName
{
border-color: #8A8FCD;
}
.TagClassName
{
border-color: #8A8FCD;
}
</style>