Shades of Portage #8A9DEC
Tints of Portage #8A9DEC
RGB
CMYK
RGB Variations
Color information
#8A9DEC (or 0x8A9DEC) is known color: Portage. HEX triplet: 8A, 9D and EC. RGB value is (138,157,236). Sum of RGB (Red+Green+Blue) = 138+157+236=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9DEC is #756213. Grayscale: #9F9F9F. Windows color (decimal): -7692820 or 15506826. OLE color: 15506826.
HSL color Cylindrical-coordinate representation of color #8A9DEC: hue angle of 228.37º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9DEC is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 157 | 236 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.07 |
| HSL | 228.37º | 0.72% | 0.73% | - |
| HSV(B) | 228.37º | 0.42% | 0.93% | - |
| XYZ | 37.68 | 35.57 | 84.24 | - |
| YUV | 160.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 236 | 0.42 | 0.33 | 0 | 0.07 | 228.37 | 0.72 | 0.73 |
| Hex | 8A | 9D | EC | 2A | 21 | 0 | 7 | E4 | 48 | 49 |
| Octal | 212 | 235 | 354 | 52 | 41 | 0 | 7 | 344 | 110 | 111 |
| Binary | 10001010 | 10011101 | 11101100 | 101010 | 100001 | 0 | 111 | 11100100 | 1001000 | 1001001 |
Color Harmonies of #8A9DEC
Complementary color
Monochromatic Colors of #8A9DEC
Black with #8A9DEC
Text Example
Text Example
White with #8A9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9DEC; }
p { color: rgb(138,157,236); }
H1.HeaderClassName
{
color: #8A9DEC;
}
.AnyTagClassName
{
color: #8A9DEC;
}
</style>
background-color css
<style>
a { background-color: #8A9DEC; }
a { background-color: rgb(138,157,236); }
div.DivClassName
{
background-color: #8A9DEC;
}
.BgClassName
{
background-color: #8A9DEC;
}
</style>
border-color css
<style>
span { border-color: #8A9DEC; }
span { border-color: rgb(138,157,236); }
td.TdClassName
{
border-color: #8A9DEC;
}
.TagClassName
{
border-color: #8A9DEC;
}
</style>