Shades of Portage #8B88ED
Tints of Portage #8B88ED
RGB
CMYK
RGB Variations
Color information
#8B88ED (or 0x8B88ED) is known color: Portage. HEX triplet: 8B, 88 and ED. RGB value is (139,136,237). Sum of RGB (Red+Green+Blue) = 139+136+237=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B88ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B88ED is #747712. Grayscale: #949494. Windows color (decimal): -7632659 or 15566987. OLE color: 15566987.
HSL color Cylindrical-coordinate representation of color #8B88ED: hue angle of 241.78º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B88ED is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 136 | 237 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.07 |
| HSL | 241.78º | 0.74% | 0.73% | - |
| HSV(B) | 241.78º | 0.43% | 0.93% | - |
| XYZ | 34.74 | 29.21 | 83.93 | - |
| YUV | 148.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 237 | 0.41 | 0.43 | 0 | 0.07 | 241.78 | 0.74 | 0.73 |
| Hex | 8B | 88 | ED | 29 | 2B | 0 | 7 | F2 | 4A | 49 |
| Octal | 213 | 210 | 355 | 51 | 53 | 0 | 7 | 362 | 112 | 111 |
| Binary | 10001011 | 10001000 | 11101101 | 101001 | 101011 | 0 | 111 | 11110010 | 1001010 | 1001001 |
Color Harmonies of #8B88ED
Complementary color
Monochromatic Colors of #8B88ED
Black with #8B88ED
Text Example
Text Example
White with #8B88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B88ED; }
p { color: rgb(139,136,237); }
H1.HeaderClassName
{
color: #8B88ED;
}
.AnyTagClassName
{
color: #8B88ED;
}
</style>
background-color css
<style>
a { background-color: #8B88ED; }
a { background-color: rgb(139,136,237); }
div.DivClassName
{
background-color: #8B88ED;
}
.BgClassName
{
background-color: #8B88ED;
}
</style>
border-color css
<style>
span { border-color: #8B88ED; }
span { border-color: rgb(139,136,237); }
td.TdClassName
{
border-color: #8B88ED;
}
.TagClassName
{
border-color: #8B88ED;
}
</style>