Shades of Portage #8B9FDD
Tints of Portage #8B9FDD
RGB
CMYK
RGB Variations
Color information
#8B9FDD (or 0x8B9FDD) is known color: Portage. HEX triplet: 8B, 9F and DD. RGB value is (139,159,221). Sum of RGB (Red+Green+Blue) = 139+159+221=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FDD is #746022. Grayscale: #9F9F9F. Windows color (decimal): -7626787 or 14524299. OLE color: 14524299.
HSL color Cylindrical-coordinate representation of color #8B9FDD: hue angle of 225.37º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B9FDD is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 159 | 221 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.13 |
| HSL | 225.37º | 0.55% | 0.71% | - |
| HSV(B) | 225.37º | 0.37% | 0.87% | - |
| XYZ | 36.1 | 35.51 | 73.36 | - |
| YUV | 160.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 221 | 0.37 | 0.28 | 0 | 0.13 | 225.37 | 0.55 | 0.71 |
| Hex | 8B | 9F | DD | 25 | 1C | 0 | D | E1 | 37 | 47 |
| Octal | 213 | 237 | 335 | 45 | 34 | 0 | 15 | 341 | 67 | 107 |
| Binary | 10001011 | 10011111 | 11011101 | 100101 | 11100 | 0 | 1101 | 11100001 | 110111 | 1000111 |
Color Harmonies of #8B9FDD
Complementary color
Monochromatic Colors of #8B9FDD
Black with #8B9FDD
Text Example
Text Example
White with #8B9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9FDD; }
p { color: rgb(139,159,221); }
H1.HeaderClassName
{
color: #8B9FDD;
}
.AnyTagClassName
{
color: #8B9FDD;
}
</style>
background-color css
<style>
a { background-color: #8B9FDD; }
a { background-color: rgb(139,159,221); }
div.DivClassName
{
background-color: #8B9FDD;
}
.BgClassName
{
background-color: #8B9FDD;
}
</style>
border-color css
<style>
span { border-color: #8B9FDD; }
span { border-color: rgb(139,159,221); }
td.TdClassName
{
border-color: #8B9FDD;
}
.TagClassName
{
border-color: #8B9FDD;
}
</style>