Shades of Portage #8A90CD
Tints of Portage #8A90CD
RGB
CMYK
RGB Variations
Color information
#8A90CD (or 0x8A90CD) is known color: Portage. HEX triplet: 8A, 90 and CD. RGB value is (138,144,205). Sum of RGB (Red+Green+Blue) = 138+144+205=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A90CD is #756F32. Grayscale: #949494. Windows color (decimal): -7696179 or 13471882. OLE color: 13471882.
HSL color Cylindrical-coordinate representation of color #8A90CD: hue angle of 234.63º 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 #8A90CD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 144 | 205 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.20 |
| HSL | 234.63º | 0.4% | 0.67% | - |
| HSV(B) | 234.63º | 0.33% | 0.8% | - |
| XYZ | 31.47 | 29.76 | 61.84 | - |
| YUV | 149.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 205 | 0.33 | 0.30 | 0 | 0.20 | 234.63 | 0.4 | 0.67 |
| Hex | 8A | 90 | CD | 21 | 1E | 0 | 14 | EB | 28 | 43 |
| Octal | 212 | 220 | 315 | 41 | 36 | 0 | 24 | 353 | 50 | 103 |
| Binary | 10001010 | 10010000 | 11001101 | 100001 | 11110 | 0 | 10100 | 11101011 | 101000 | 1000011 |
Color Harmonies of #8A90CD
Complementary color
Monochromatic Colors of #8A90CD
Black with #8A90CD
Text Example
Text Example
White with #8A90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A90CD; }
p { color: rgb(138,144,205); }
H1.HeaderClassName
{
color: #8A90CD;
}
.AnyTagClassName
{
color: #8A90CD;
}
</style>
background-color css
<style>
a { background-color: #8A90CD; }
a { background-color: rgb(138,144,205); }
div.DivClassName
{
background-color: #8A90CD;
}
.BgClassName
{
background-color: #8A90CD;
}
</style>
border-color css
<style>
span { border-color: #8A90CD; }
span { border-color: rgb(138,144,205); }
td.TdClassName
{
border-color: #8A90CD;
}
.TagClassName
{
border-color: #8A90CD;
}
</style>