Shades of Portage #8A96EE
Tints of Portage #8A96EE
RGB
CMYK
RGB Variations
Color information
#8A96EE (or 0x8A96EE) is known color: Portage. HEX triplet: 8A, 96 and EE. RGB value is (138,150,238). Sum of RGB (Red+Green+Blue) = 138+150+238=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A96EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A96EE is #756911. Grayscale: #9C9C9C. Windows color (decimal): -7694610 or 15636106. OLE color: 15636106.
HSL color Cylindrical-coordinate representation of color #8A96EE: hue angle of 232.8º 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 #8A96EE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 150 | 238 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.07 |
| HSL | 232.8º | 0.75% | 0.74% | - |
| HSV(B) | 232.8º | 0.42% | 0.93% | - |
| XYZ | 36.82 | 33.39 | 85.39 | - |
| YUV | 156.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 238 | 0.42 | 0.37 | 0 | 0.07 | 232.8 | 0.75 | 0.74 |
| Hex | 8A | 96 | EE | 2A | 25 | 0 | 7 | E9 | 4B | 4A |
| Octal | 212 | 226 | 356 | 52 | 45 | 0 | 7 | 351 | 113 | 112 |
| Binary | 10001010 | 10010110 | 11101110 | 101010 | 100101 | 0 | 111 | 11101001 | 1001011 | 1001010 |
Color Harmonies of #8A96EE
Complementary color
Monochromatic Colors of #8A96EE
Black with #8A96EE
Text Example
Text Example
White with #8A96EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A96EE; }
p { color: rgb(138,150,238); }
H1.HeaderClassName
{
color: #8A96EE;
}
.AnyTagClassName
{
color: #8A96EE;
}
</style>
background-color css
<style>
a { background-color: #8A96EE; }
a { background-color: rgb(138,150,238); }
div.DivClassName
{
background-color: #8A96EE;
}
.BgClassName
{
background-color: #8A96EE;
}
</style>
border-color css
<style>
span { border-color: #8A96EE; }
span { border-color: rgb(138,150,238); }
td.TdClassName
{
border-color: #8A96EE;
}
.TagClassName
{
border-color: #8A96EE;
}
</style>