Shades of Portage #8C92FB
Tints of Portage #8C92FB
RGB
CMYK
RGB Variations
Color information
#8C92FB (or 0x8C92FB) is known color: Portage. HEX triplet: 8C, 92 and FB. RGB value is (140,146,251). Sum of RGB (Red+Green+Blue) = 140+146+251=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C92FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C92FB is #736D04. Grayscale: #9B9B9B. Windows color (decimal): -7564549 or 16487052. OLE color: 16487052.
HSL color Cylindrical-coordinate representation of color #8C92FB: hue angle of 236.76º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C92FB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 146 | 251 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.02 |
| HSL | 236.76º | 0.93% | 0.77% | - |
| HSV(B) | 236.76º | 0.44% | 0.98% | - |
| XYZ | 38.51 | 33.1 | 95.63 | - |
| YUV | 156.18 | 181.51 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 251 | 0.44 | 0.42 | 0 | 0.02 | 236.76 | 0.93 | 0.77 |
| Hex | 8C | 92 | FB | 2C | 2A | 0 | 2 | ED | 5D | 4D |
| Octal | 214 | 222 | 373 | 54 | 52 | 0 | 2 | 355 | 135 | 115 |
| Binary | 10001100 | 10010010 | 11111011 | 101100 | 101010 | 0 | 10 | 11101101 | 1011101 | 1001101 |
Color Harmonies of #8C92FB
Complementary color
Monochromatic Colors of #8C92FB
Black with #8C92FB
Text Example
Text Example
White with #8C92FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C92FB; }
p { color: rgb(140,146,251); }
H1.HeaderClassName
{
color: #8C92FB;
}
.AnyTagClassName
{
color: #8C92FB;
}
</style>
background-color css
<style>
a { background-color: #8C92FB; }
a { background-color: rgb(140,146,251); }
div.DivClassName
{
background-color: #8C92FB;
}
.BgClassName
{
background-color: #8C92FB;
}
</style>
border-color css
<style>
span { border-color: #8C92FB; }
span { border-color: rgb(140,146,251); }
td.TdClassName
{
border-color: #8C92FB;
}
.TagClassName
{
border-color: #8C92FB;
}
</style>