Shades of Portage #8B9EEE
Tints of Portage #8B9EEE
RGB
CMYK
RGB Variations
Color information
#8B9EEE (or 0x8B9EEE) is known color: Portage. HEX triplet: 8B, 9E and EE. RGB value is (139,158,238). Sum of RGB (Red+Green+Blue) = 139+158+238=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9EEE is #746111. Grayscale: #A1A1A1. Windows color (decimal): -7627026 or 15638155. OLE color: 15638155.
HSL color Cylindrical-coordinate representation of color #8B9EEE: hue angle of 228.48º 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 #8B9EEE is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 158 | 238 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 228.48º | 0.74% | 0.74% | - |
| HSV(B) | 228.48º | 0.42% | 0.93% | - |
| XYZ | 38.31 | 36.12 | 85.84 | - |
| YUV | 161.44 | 171.21 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 238 | 0.42 | 0.34 | 0 | 0.07 | 228.48 | 0.74 | 0.74 |
| Hex | 8B | 9E | EE | 2A | 22 | 0 | 7 | E4 | 4A | 4A |
| Octal | 213 | 236 | 356 | 52 | 42 | 0 | 7 | 344 | 112 | 112 |
| Binary | 10001011 | 10011110 | 11101110 | 101010 | 100010 | 0 | 111 | 11100100 | 1001010 | 1001010 |
Color Harmonies of #8B9EEE
Complementary color
Monochromatic Colors of #8B9EEE
Black with #8B9EEE
Text Example
Text Example
White with #8B9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9EEE; }
p { color: rgb(139,158,238); }
H1.HeaderClassName
{
color: #8B9EEE;
}
.AnyTagClassName
{
color: #8B9EEE;
}
</style>
background-color css
<style>
a { background-color: #8B9EEE; }
a { background-color: rgb(139,158,238); }
div.DivClassName
{
background-color: #8B9EEE;
}
.BgClassName
{
background-color: #8B9EEE;
}
</style>
border-color css
<style>
span { border-color: #8B9EEE; }
span { border-color: rgb(139,158,238); }
td.TdClassName
{
border-color: #8B9EEE;
}
.TagClassName
{
border-color: #8B9EEE;
}
</style>