Shades of Portage #8B9ADF
Tints of Portage #8B9ADF
RGB
CMYK
RGB Variations
Color information
#8B9ADF (or 0x8B9ADF) is known color: Portage. HEX triplet: 8B, 9A and DF. RGB value is (139,154,223). Sum of RGB (Red+Green+Blue) = 139+154+223=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ADF is #746520. Grayscale: #9D9D9D. Windows color (decimal): -7628065 or 14654091. OLE color: 14654091.
HSL color Cylindrical-coordinate representation of color #8B9ADF: hue angle of 229.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B9ADF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 154 | 223 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.13 |
| HSL | 229.29º | 0.57% | 0.71% | - |
| HSV(B) | 229.29º | 0.38% | 0.87% | - |
| XYZ | 35.52 | 33.93 | 74.49 | - |
| YUV | 157.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 223 | 0.38 | 0.31 | 0 | 0.13 | 229.29 | 0.57 | 0.71 |
| Hex | 8B | 9A | DF | 26 | 1F | 0 | D | E5 | 39 | 47 |
| Octal | 213 | 232 | 337 | 46 | 37 | 0 | 15 | 345 | 71 | 107 |
| Binary | 10001011 | 10011010 | 11011111 | 100110 | 11111 | 0 | 1101 | 11100101 | 111001 | 1000111 |
Color Harmonies of #8B9ADF
Complementary color
Monochromatic Colors of #8B9ADF
Black with #8B9ADF
Text Example
Text Example
White with #8B9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9ADF; }
p { color: rgb(139,154,223); }
H1.HeaderClassName
{
color: #8B9ADF;
}
.AnyTagClassName
{
color: #8B9ADF;
}
</style>
background-color css
<style>
a { background-color: #8B9ADF; }
a { background-color: rgb(139,154,223); }
div.DivClassName
{
background-color: #8B9ADF;
}
.BgClassName
{
background-color: #8B9ADF;
}
</style>
border-color css
<style>
span { border-color: #8B9ADF; }
span { border-color: rgb(139,154,223); }
td.TdClassName
{
border-color: #8B9ADF;
}
.TagClassName
{
border-color: #8B9ADF;
}
</style>