Shades of Portage #8996EE
Tints of Portage #8996EE
RGB
CMYK
RGB Variations
Color information
#8996EE (or 0x8996EE) is known color: Portage. HEX triplet: 89, 96 and EE. RGB value is (137,150,238). Sum of RGB (Red+Green+Blue) = 137+150+238=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #8996EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996EE is #766911. Grayscale: #9B9B9B. Windows color (decimal): -7760146 or 15636105. OLE color: 15636105.
HSL color Cylindrical-coordinate representation of color #8996EE: hue angle of 232.28º 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 #8996EE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 150 | 238 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.07 |
| HSL | 232.28º | 0.75% | 0.74% | - |
| HSV(B) | 232.28º | 0.42% | 0.93% | - |
| XYZ | 36.66 | 33.3 | 85.39 | - |
| YUV | 156.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 238 | 0.42 | 0.37 | 0 | 0.07 | 232.28 | 0.75 | 0.74 |
| Hex | 89 | 96 | EE | 2A | 25 | 0 | 7 | E8 | 4B | 4A |
| Octal | 211 | 226 | 356 | 52 | 45 | 0 | 7 | 350 | 113 | 112 |
| Binary | 10001001 | 10010110 | 11101110 | 101010 | 100101 | 0 | 111 | 11101000 | 1001011 | 1001010 |
Color Harmonies of #8996EE
Complementary color
Monochromatic Colors of #8996EE
Black with #8996EE
Text Example
Text Example
White with #8996EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996EE; }
p { color: rgb(137,150,238); }
H1.HeaderClassName
{
color: #8996EE;
}
.AnyTagClassName
{
color: #8996EE;
}
</style>
background-color css
<style>
a { background-color: #8996EE; }
a { background-color: rgb(137,150,238); }
div.DivClassName
{
background-color: #8996EE;
}
.BgClassName
{
background-color: #8996EE;
}
</style>
border-color css
<style>
span { border-color: #8996EE; }
span { border-color: rgb(137,150,238); }
td.TdClassName
{
border-color: #8996EE;
}
.TagClassName
{
border-color: #8996EE;
}
</style>