Shades of Portage #8B9CDC
Tints of Portage #8B9CDC
RGB
CMYK
RGB Variations
Color information
#8B9CDC (or 0x8B9CDC) is known color: Portage. HEX triplet: 8B, 9C and DC. RGB value is (139,156,220). Sum of RGB (Red+Green+Blue) = 139+156+220=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CDC is #746323. Grayscale: #9D9D9D. Windows color (decimal): -7627556 or 14457995. OLE color: 14457995.
HSL color Cylindrical-coordinate representation of color #8B9CDC: hue angle of 227.41º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B9CDC is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 156 | 220 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.14 |
| HSL | 227.41º | 0.54% | 0.7% | - |
| HSV(B) | 227.41º | 0.37% | 0.86% | - |
| XYZ | 35.45 | 34.43 | 72.49 | - |
| YUV | 158.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 220 | 0.37 | 0.29 | 0 | 0.14 | 227.41 | 0.54 | 0.7 |
| Hex | 8B | 9C | DC | 25 | 1D | 0 | E | E3 | 36 | 46 |
| Octal | 213 | 234 | 334 | 45 | 35 | 0 | 16 | 343 | 66 | 106 |
| Binary | 10001011 | 10011100 | 11011100 | 100101 | 11101 | 0 | 1110 | 11100011 | 110110 | 1000110 |
Color Harmonies of #8B9CDC
Complementary color
Monochromatic Colors of #8B9CDC
Black with #8B9CDC
Text Example
Text Example
White with #8B9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9CDC; }
p { color: rgb(139,156,220); }
H1.HeaderClassName
{
color: #8B9CDC;
}
.AnyTagClassName
{
color: #8B9CDC;
}
</style>
background-color css
<style>
a { background-color: #8B9CDC; }
a { background-color: rgb(139,156,220); }
div.DivClassName
{
background-color: #8B9CDC;
}
.BgClassName
{
background-color: #8B9CDC;
}
</style>
border-color css
<style>
span { border-color: #8B9CDC; }
span { border-color: rgb(139,156,220); }
td.TdClassName
{
border-color: #8B9CDC;
}
.TagClassName
{
border-color: #8B9CDC;
}
</style>