Shades of Portage #8A9CEE
Tints of Portage #8A9CEE
RGB
CMYK
RGB Variations
Color information
#8A9CEE (or 0x8A9CEE) is known color: Portage. HEX triplet: 8A, 9C and EE. RGB value is (138,156,238). Sum of RGB (Red+Green+Blue) = 138+156+238=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9CEE is #756311. Grayscale: #9F9F9F. Windows color (decimal): -7693074 or 15637642. OLE color: 15637642.
HSL color Cylindrical-coordinate representation of color #8A9CEE: hue angle of 229.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9CEE is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 156 | 238 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 229.2º | 0.75% | 0.74% | - |
| HSV(B) | 229.2º | 0.42% | 0.93% | - |
| XYZ | 37.8 | 35.35 | 85.72 | - |
| YUV | 159.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 238 | 0.42 | 0.34 | 0 | 0.07 | 229.2 | 0.75 | 0.74 |
| Hex | 8A | 9C | EE | 2A | 22 | 0 | 7 | E5 | 4B | 4A |
| Octal | 212 | 234 | 356 | 52 | 42 | 0 | 7 | 345 | 113 | 112 |
| Binary | 10001010 | 10011100 | 11101110 | 101010 | 100010 | 0 | 111 | 11100101 | 1001011 | 1001010 |
Color Harmonies of #8A9CEE
Complementary color
Monochromatic Colors of #8A9CEE
Black with #8A9CEE
Text Example
Text Example
White with #8A9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9CEE; }
p { color: rgb(138,156,238); }
H1.HeaderClassName
{
color: #8A9CEE;
}
.AnyTagClassName
{
color: #8A9CEE;
}
</style>
background-color css
<style>
a { background-color: #8A9CEE; }
a { background-color: rgb(138,156,238); }
div.DivClassName
{
background-color: #8A9CEE;
}
.BgClassName
{
background-color: #8A9CEE;
}
</style>
border-color css
<style>
span { border-color: #8A9CEE; }
span { border-color: rgb(138,156,238); }
td.TdClassName
{
border-color: #8A9CEE;
}
.TagClassName
{
border-color: #8A9CEE;
}
</style>