Shades of Portage #8A8BDE
Tints of Portage #8A8BDE
RGB
CMYK
RGB Variations
Color information
#8A8BDE (or 0x8A8BDE) is known color: Portage. HEX triplet: 8A, 8B and DE. RGB value is (138,139,222). Sum of RGB (Red+Green+Blue) = 138+139+222=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8BDE is #757421. Grayscale: #939393. Windows color (decimal): -7697442 or 14584714. OLE color: 14584714.
HSL color Cylindrical-coordinate representation of color #8A8BDE: hue angle of 239.29º 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 #8A8BDE is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 139 | 222 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.13 |
| HSL | 239.29º | 0.56% | 0.71% | - |
| HSV(B) | 239.29º | 0.38% | 0.87% | - |
| XYZ | 32.9 | 29.14 | 73 | - |
| YUV | 148.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 222 | 0.38 | 0.37 | 0 | 0.13 | 239.29 | 0.56 | 0.71 |
| Hex | 8A | 8B | DE | 26 | 25 | 0 | D | EF | 38 | 47 |
| Octal | 212 | 213 | 336 | 46 | 45 | 0 | 15 | 357 | 70 | 107 |
| Binary | 10001010 | 10001011 | 11011110 | 100110 | 100101 | 0 | 1101 | 11101111 | 111000 | 1000111 |
Color Harmonies of #8A8BDE
Complementary color
Monochromatic Colors of #8A8BDE
Black with #8A8BDE
Text Example
Text Example
White with #8A8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BDE; }
p { color: rgb(138,139,222); }
H1.HeaderClassName
{
color: #8A8BDE;
}
.AnyTagClassName
{
color: #8A8BDE;
}
</style>
background-color css
<style>
a { background-color: #8A8BDE; }
a { background-color: rgb(138,139,222); }
div.DivClassName
{
background-color: #8A8BDE;
}
.BgClassName
{
background-color: #8A8BDE;
}
</style>
border-color css
<style>
span { border-color: #8A8BDE; }
span { border-color: rgb(138,139,222); }
td.TdClassName
{
border-color: #8A8BDE;
}
.TagClassName
{
border-color: #8A8BDE;
}
</style>