Shades of Portage #8A9BD0
Tints of Portage #8A9BD0
RGB
CMYK
RGB Variations
Color information
#8A9BD0 (or 0x8A9BD0) is known color: Portage. HEX triplet: 8A, 9B and D0. RGB value is (138,155,208). Sum of RGB (Red+Green+Blue) = 138+155+208=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A9BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BD0 is #75642F. Grayscale: #9B9B9B. Windows color (decimal): -7693360 or 13671306. OLE color: 13671306.
HSL color Cylindrical-coordinate representation of color #8A9BD0: hue angle of 225.43º 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 #8A9BD0 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 155 | 208 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.18 |
| HSL | 225.43º | 0.43% | 0.68% | - |
| HSV(B) | 225.43º | 0.34% | 0.82% | - |
| XYZ | 33.59 | 33.4 | 64.35 | - |
| YUV | 155.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 208 | 0.34 | 0.25 | 0 | 0.18 | 225.43 | 0.43 | 0.68 |
| Hex | 8A | 9B | D0 | 22 | 19 | 0 | 12 | E1 | 2B | 44 |
| Octal | 212 | 233 | 320 | 42 | 31 | 0 | 22 | 341 | 53 | 104 |
| Binary | 10001010 | 10011011 | 11010000 | 100010 | 11001 | 0 | 10010 | 11100001 | 101011 | 1000100 |
Color Harmonies of #8A9BD0
Complementary color
Monochromatic Colors of #8A9BD0
Black with #8A9BD0
Text Example
Text Example
White with #8A9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BD0; }
p { color: rgb(138,155,208); }
H1.HeaderClassName
{
color: #8A9BD0;
}
.AnyTagClassName
{
color: #8A9BD0;
}
</style>
background-color css
<style>
a { background-color: #8A9BD0; }
a { background-color: rgb(138,155,208); }
div.DivClassName
{
background-color: #8A9BD0;
}
.BgClassName
{
background-color: #8A9BD0;
}
</style>
border-color css
<style>
span { border-color: #8A9BD0; }
span { border-color: rgb(138,155,208); }
td.TdClassName
{
border-color: #8A9BD0;
}
.TagClassName
{
border-color: #8A9BD0;
}
</style>