Shades of Portage #8B8FDA
Tints of Portage #8B8FDA
RGB
CMYK
RGB Variations
Color information
#8B8FDA (or 0x8B8FDA) is known color: Portage. HEX triplet: 8B, 8F and DA. RGB value is (139,143,218). Sum of RGB (Red+Green+Blue) = 139+143+218=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FDA is #747025. Grayscale: #969696. Windows color (decimal): -7630886 or 14323595. OLE color: 14323595.
HSL color Cylindrical-coordinate representation of color #8B8FDA: hue angle of 236.96º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B8FDA is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 143 | 218 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.15 |
| HSL | 236.96º | 0.52% | 0.7% | - |
| HSV(B) | 236.96º | 0.36% | 0.85% | - |
| XYZ | 33.12 | 30.2 | 70.41 | - |
| YUV | 150.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 143 | 218 | 0.36 | 0.34 | 0 | 0.15 | 236.96 | 0.52 | 0.7 |
| Hex | 8B | 8F | DA | 24 | 22 | 0 | F | ED | 34 | 46 |
| Octal | 213 | 217 | 332 | 44 | 42 | 0 | 17 | 355 | 64 | 106 |
| Binary | 10001011 | 10001111 | 11011010 | 100100 | 100010 | 0 | 1111 | 11101101 | 110100 | 1000110 |
Color Harmonies of #8B8FDA
Complementary color
Monochromatic Colors of #8B8FDA
Black with #8B8FDA
Text Example
Text Example
White with #8B8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8FDA; }
p { color: rgb(139,143,218); }
H1.HeaderClassName
{
color: #8B8FDA;
}
.AnyTagClassName
{
color: #8B8FDA;
}
</style>
background-color css
<style>
a { background-color: #8B8FDA; }
a { background-color: rgb(139,143,218); }
div.DivClassName
{
background-color: #8B8FDA;
}
.BgClassName
{
background-color: #8B8FDA;
}
</style>
border-color css
<style>
span { border-color: #8B8FDA; }
span { border-color: rgb(139,143,218); }
td.TdClassName
{
border-color: #8B8FDA;
}
.TagClassName
{
border-color: #8B8FDA;
}
</style>