Shades of Portage #8B9DEE
Tints of Portage #8B9DEE
RGB
CMYK
RGB Variations
Color information
#8B9DEE (or 0x8B9DEE) is known color: Portage. HEX triplet: 8B, 9D and EE. RGB value is (139,157,238). Sum of RGB (Red+Green+Blue) = 139+157+238=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B9DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9DEE is #746211. Grayscale: #A0A0A0. Windows color (decimal): -7627282 or 15637899. OLE color: 15637899.
HSL color Cylindrical-coordinate representation of color #8B9DEE: hue angle of 229.09º 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 #8B9DEE is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 157 | 238 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 229.09º | 0.74% | 0.74% | - |
| HSV(B) | 229.09º | 0.42% | 0.93% | - |
| XYZ | 38.14 | 35.78 | 85.78 | - |
| YUV | 160.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 238 | 0.42 | 0.34 | 0 | 0.07 | 229.09 | 0.74 | 0.74 |
| Hex | 8B | 9D | EE | 2A | 22 | 0 | 7 | E5 | 4A | 4A |
| Octal | 213 | 235 | 356 | 52 | 42 | 0 | 7 | 345 | 112 | 112 |
| Binary | 10001011 | 10011101 | 11101110 | 101010 | 100010 | 0 | 111 | 11100101 | 1001010 | 1001010 |
Color Harmonies of #8B9DEE
Complementary color
Monochromatic Colors of #8B9DEE
Black with #8B9DEE
Text Example
Text Example
White with #8B9DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DEE; }
p { color: rgb(139,157,238); }
H1.HeaderClassName
{
color: #8B9DEE;
}
.AnyTagClassName
{
color: #8B9DEE;
}
</style>
background-color css
<style>
a { background-color: #8B9DEE; }
a { background-color: rgb(139,157,238); }
div.DivClassName
{
background-color: #8B9DEE;
}
.BgClassName
{
background-color: #8B9DEE;
}
</style>
border-color css
<style>
span { border-color: #8B9DEE; }
span { border-color: rgb(139,157,238); }
td.TdClassName
{
border-color: #8B9DEE;
}
.TagClassName
{
border-color: #8B9DEE;
}
</style>