Shades of Portage #8A9DCD
Tints of Portage #8A9DCD
RGB
CMYK
RGB Variations
Color information
#8A9DCD (or 0x8A9DCD) is known color: Portage. HEX triplet: 8A, 9D and CD. RGB value is (138,157,205). Sum of RGB (Red+Green+Blue) = 138+157+205=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9DCD is #756232. Grayscale: #9C9C9C. Windows color (decimal): -7692851 or 13475210. OLE color: 13475210.
HSL color Cylindrical-coordinate representation of color #8A9DCD: hue angle of 222.99º 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 #8A9DCD is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 157 | 205 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.20 |
| HSL | 222.99º | 0.4% | 0.67% | - |
| HSV(B) | 222.99º | 0.33% | 0.8% | - |
| XYZ | 33.56 | 33.93 | 62.54 | - |
| YUV | 156.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 205 | 0.33 | 0.23 | 0 | 0.20 | 222.99 | 0.4 | 0.67 |
| Hex | 8A | 9D | CD | 21 | 17 | 0 | 14 | DF | 28 | 43 |
| Octal | 212 | 235 | 315 | 41 | 27 | 0 | 24 | 337 | 50 | 103 |
| Binary | 10001010 | 10011101 | 11001101 | 100001 | 10111 | 0 | 10100 | 11011111 | 101000 | 1000011 |
Color Harmonies of #8A9DCD
Complementary color
Monochromatic Colors of #8A9DCD
Black with #8A9DCD
Text Example
Text Example
White with #8A9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9DCD; }
p { color: rgb(138,157,205); }
H1.HeaderClassName
{
color: #8A9DCD;
}
.AnyTagClassName
{
color: #8A9DCD;
}
</style>
background-color css
<style>
a { background-color: #8A9DCD; }
a { background-color: rgb(138,157,205); }
div.DivClassName
{
background-color: #8A9DCD;
}
.BgClassName
{
background-color: #8A9DCD;
}
</style>
border-color css
<style>
span { border-color: #8A9DCD; }
span { border-color: rgb(138,157,205); }
td.TdClassName
{
border-color: #8A9DCD;
}
.TagClassName
{
border-color: #8A9DCD;
}
</style>