Shades of Portage #8A9DD0
Tints of Portage #8A9DD0
RGB
CMYK
RGB Variations
Color information
#8A9DD0 (or 0x8A9DD0) is known color: Portage. HEX triplet: 8A, 9D and D0. RGB value is (138,157,208). Sum of RGB (Red+Green+Blue) = 138+157+208=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A9DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9DD0 is #75622F. Grayscale: #9C9C9C. Windows color (decimal): -7692848 or 13671818. OLE color: 13671818.
HSL color Cylindrical-coordinate representation of color #8A9DD0: hue angle of 223.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A9DD0 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 157 | 208 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.18 |
| HSL | 223.71º | 0.43% | 0.68% | - |
| HSV(B) | 223.71º | 0.34% | 0.82% | - |
| XYZ | 33.92 | 34.07 | 64.46 | - |
| YUV | 157.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 208 | 0.34 | 0.25 | 0 | 0.18 | 223.71 | 0.43 | 0.68 |
| Hex | 8A | 9D | D0 | 22 | 19 | 0 | 12 | E0 | 2B | 44 |
| Octal | 212 | 235 | 320 | 42 | 31 | 0 | 22 | 340 | 53 | 104 |
| Binary | 10001010 | 10011101 | 11010000 | 100010 | 11001 | 0 | 10010 | 11100000 | 101011 | 1000100 |
Color Harmonies of #8A9DD0
Complementary color
Monochromatic Colors of #8A9DD0
Black with #8A9DD0
Text Example
Text Example
White with #8A9DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9DD0; }
p { color: rgb(138,157,208); }
H1.HeaderClassName
{
color: #8A9DD0;
}
.AnyTagClassName
{
color: #8A9DD0;
}
</style>
background-color css
<style>
a { background-color: #8A9DD0; }
a { background-color: rgb(138,157,208); }
div.DivClassName
{
background-color: #8A9DD0;
}
.BgClassName
{
background-color: #8A9DD0;
}
</style>
border-color css
<style>
span { border-color: #8A9DD0; }
span { border-color: rgb(138,157,208); }
td.TdClassName
{
border-color: #8A9DD0;
}
.TagClassName
{
border-color: #8A9DD0;
}
</style>