Shades of Portage #8C92DB
Tints of Portage #8C92DB
RGB
CMYK
RGB Variations
Color information
#8C92DB (or 0x8C92DB) is known color: Portage. HEX triplet: 8C, 92 and DB. RGB value is (140,146,219). Sum of RGB (Red+Green+Blue) = 140+146+219=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C92DB is #736D24. Grayscale: #989898. Windows color (decimal): -7564581 or 14389900. OLE color: 14389900.
HSL color Cylindrical-coordinate representation of color #8C92DB: hue angle of 235.44º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C92DB is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 146 | 219 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.14 |
| HSL | 235.44º | 0.52% | 0.7% | - |
| HSV(B) | 235.44º | 0.36% | 0.86% | - |
| XYZ | 33.88 | 31.25 | 71.26 | - |
| YUV | 152.53 | 165.51 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 219 | 0.36 | 0.33 | 0 | 0.14 | 235.44 | 0.52 | 0.7 |
| Hex | 8C | 92 | DB | 24 | 21 | 0 | E | EB | 34 | 46 |
| Octal | 214 | 222 | 333 | 44 | 41 | 0 | 16 | 353 | 64 | 106 |
| Binary | 10001100 | 10010010 | 11011011 | 100100 | 100001 | 0 | 1110 | 11101011 | 110100 | 1000110 |
Color Harmonies of #8C92DB
Complementary color
Monochromatic Colors of #8C92DB
Black with #8C92DB
Text Example
Text Example
White with #8C92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C92DB; }
p { color: rgb(140,146,219); }
H1.HeaderClassName
{
color: #8C92DB;
}
.AnyTagClassName
{
color: #8C92DB;
}
</style>
background-color css
<style>
a { background-color: #8C92DB; }
a { background-color: rgb(140,146,219); }
div.DivClassName
{
background-color: #8C92DB;
}
.BgClassName
{
background-color: #8C92DB;
}
</style>
border-color css
<style>
span { border-color: #8C92DB; }
span { border-color: rgb(140,146,219); }
td.TdClassName
{
border-color: #8C92DB;
}
.TagClassName
{
border-color: #8C92DB;
}
</style>