Shades of Portage #8B97EE
Tints of Portage #8B97EE
RGB
CMYK
RGB Variations
Color information
#8B97EE (or 0x8B97EE) is known color: Portage. HEX triplet: 8B, 97 and EE. RGB value is (139,151,238). Sum of RGB (Red+Green+Blue) = 139+151+238=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B97EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B97EE is #746811. Grayscale: #9C9C9C. Windows color (decimal): -7628818 or 15636363. OLE color: 15636363.
HSL color Cylindrical-coordinate representation of color #8B97EE: hue angle of 232.73º degrees, saturation: 0.74, 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 #8B97EE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 151 | 238 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.07 |
| HSL | 232.73º | 0.74% | 0.74% | - |
| HSV(B) | 232.73º | 0.42% | 0.93% | - |
| XYZ | 37.15 | 33.8 | 85.45 | - |
| YUV | 157.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 238 | 0.42 | 0.37 | 0 | 0.07 | 232.73 | 0.74 | 0.74 |
| Hex | 8B | 97 | EE | 2A | 25 | 0 | 7 | E9 | 4A | 4A |
| Octal | 213 | 227 | 356 | 52 | 45 | 0 | 7 | 351 | 112 | 112 |
| Binary | 10001011 | 10010111 | 11101110 | 101010 | 100101 | 0 | 111 | 11101001 | 1001010 | 1001010 |
Color Harmonies of #8B97EE
Complementary color
Monochromatic Colors of #8B97EE
Black with #8B97EE
Text Example
Text Example
White with #8B97EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B97EE; }
p { color: rgb(139,151,238); }
H1.HeaderClassName
{
color: #8B97EE;
}
.AnyTagClassName
{
color: #8B97EE;
}
</style>
background-color css
<style>
a { background-color: #8B97EE; }
a { background-color: rgb(139,151,238); }
div.DivClassName
{
background-color: #8B97EE;
}
.BgClassName
{
background-color: #8B97EE;
}
</style>
border-color css
<style>
span { border-color: #8B97EE; }
span { border-color: rgb(139,151,238); }
td.TdClassName
{
border-color: #8B97EE;
}
.TagClassName
{
border-color: #8B97EE;
}
</style>