Shades of Portage #8B9CCD
Tints of Portage #8B9CCD
RGB
CMYK
RGB Variations
Color information
#8B9CCD (or 0x8B9CCD) is known color: Portage. HEX triplet: 8B, 9C and CD. RGB value is (139,156,205). Sum of RGB (Red+Green+Blue) = 139+156+205=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CCD is #746332. Grayscale: #9C9C9C. Windows color (decimal): -7627571 or 13474955. OLE color: 13474955.
HSL color Cylindrical-coordinate representation of color #8B9CCD: hue angle of 224.55º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9CCD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 156 | 205 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.20 |
| HSL | 224.55º | 0.4% | 0.67% | - |
| HSV(B) | 224.55º | 0.32% | 0.8% | - |
| XYZ | 33.56 | 33.67 | 62.49 | - |
| YUV | 156.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 205 | 0.32 | 0.24 | 0 | 0.20 | 224.55 | 0.4 | 0.67 |
| Hex | 8B | 9C | CD | 20 | 18 | 0 | 14 | E1 | 28 | 43 |
| Octal | 213 | 234 | 315 | 40 | 30 | 0 | 24 | 341 | 50 | 103 |
| Binary | 10001011 | 10011100 | 11001101 | 100000 | 11000 | 0 | 10100 | 11100001 | 101000 | 1000011 |
Color Harmonies of #8B9CCD
Complementary color
Monochromatic Colors of #8B9CCD
Black with #8B9CCD
Text Example
Text Example
White with #8B9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9CCD; }
p { color: rgb(139,156,205); }
H1.HeaderClassName
{
color: #8B9CCD;
}
.AnyTagClassName
{
color: #8B9CCD;
}
</style>
background-color css
<style>
a { background-color: #8B9CCD; }
a { background-color: rgb(139,156,205); }
div.DivClassName
{
background-color: #8B9CCD;
}
.BgClassName
{
background-color: #8B9CCD;
}
</style>
border-color css
<style>
span { border-color: #8B9CCD; }
span { border-color: rgb(139,156,205); }
td.TdClassName
{
border-color: #8B9CCD;
}
.TagClassName
{
border-color: #8B9CCD;
}
</style>