Shades of Portage #8B9CDF
Tints of Portage #8B9CDF
RGB
CMYK
RGB Variations
Color information
#8B9CDF (or 0x8B9CDF) is known color: Portage. HEX triplet: 8B, 9C and DF. RGB value is (139,156,223). Sum of RGB (Red+Green+Blue) = 139+156+223=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CDF is #746320. Grayscale: #9E9E9E. Windows color (decimal): -7627553 or 14654603. OLE color: 14654603.
HSL color Cylindrical-coordinate representation of color #8B9CDF: hue angle of 227.86º 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 #8B9CDF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 156 | 223 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.13 |
| HSL | 227.86º | 0.57% | 0.71% | - |
| HSV(B) | 227.86º | 0.38% | 0.87% | - |
| XYZ | 35.86 | 34.59 | 74.6 | - |
| YUV | 158.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 223 | 0.38 | 0.30 | 0 | 0.13 | 227.86 | 0.57 | 0.71 |
| Hex | 8B | 9C | DF | 26 | 1E | 0 | D | E4 | 39 | 47 |
| Octal | 213 | 234 | 337 | 46 | 36 | 0 | 15 | 344 | 71 | 107 |
| Binary | 10001011 | 10011100 | 11011111 | 100110 | 11110 | 0 | 1101 | 11100100 | 111001 | 1000111 |
Color Harmonies of #8B9CDF
Complementary color
Monochromatic Colors of #8B9CDF
Black with #8B9CDF
Text Example
Text Example
White with #8B9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9CDF; }
p { color: rgb(139,156,223); }
H1.HeaderClassName
{
color: #8B9CDF;
}
.AnyTagClassName
{
color: #8B9CDF;
}
</style>
background-color css
<style>
a { background-color: #8B9CDF; }
a { background-color: rgb(139,156,223); }
div.DivClassName
{
background-color: #8B9CDF;
}
.BgClassName
{
background-color: #8B9CDF;
}
</style>
border-color css
<style>
span { border-color: #8B9CDF; }
span { border-color: rgb(139,156,223); }
td.TdClassName
{
border-color: #8B9CDF;
}
.TagClassName
{
border-color: #8B9CDF;
}
</style>