Shades of Portage #8A9BDE
Tints of Portage #8A9BDE
RGB
CMYK
RGB Variations
Color information
#8A9BDE (or 0x8A9BDE) is known color: Portage. HEX triplet: 8A, 9B and DE. RGB value is (138,155,222). Sum of RGB (Red+Green+Blue) = 138+155+222=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BDE is #756421. Grayscale: #9D9D9D. Windows color (decimal): -7693346 or 14588810. OLE color: 14588810.
HSL color Cylindrical-coordinate representation of color #8A9BDE: hue angle of 227.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A9BDE is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 155 | 222 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.13 |
| HSL | 227.86º | 0.56% | 0.71% | - |
| HSV(B) | 227.86º | 0.38% | 0.87% | - |
| XYZ | 35.39 | 34.12 | 73.83 | - |
| YUV | 157.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 222 | 0.38 | 0.30 | 0 | 0.13 | 227.86 | 0.56 | 0.71 |
| Hex | 8A | 9B | DE | 26 | 1E | 0 | D | E4 | 38 | 47 |
| Octal | 212 | 233 | 336 | 46 | 36 | 0 | 15 | 344 | 70 | 107 |
| Binary | 10001010 | 10011011 | 11011110 | 100110 | 11110 | 0 | 1101 | 11100100 | 111000 | 1000111 |
Color Harmonies of #8A9BDE
Complementary color
Monochromatic Colors of #8A9BDE
Black with #8A9BDE
Text Example
Text Example
White with #8A9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BDE; }
p { color: rgb(138,155,222); }
H1.HeaderClassName
{
color: #8A9BDE;
}
.AnyTagClassName
{
color: #8A9BDE;
}
</style>
background-color css
<style>
a { background-color: #8A9BDE; }
a { background-color: rgb(138,155,222); }
div.DivClassName
{
background-color: #8A9BDE;
}
.BgClassName
{
background-color: #8A9BDE;
}
</style>
border-color css
<style>
span { border-color: #8A9BDE; }
span { border-color: rgb(138,155,222); }
td.TdClassName
{
border-color: #8A9BDE;
}
.TagClassName
{
border-color: #8A9BDE;
}
</style>