Shades of Portage #8C92EA
Tints of Portage #8C92EA
RGB
CMYK
RGB Variations
Color information
#8C92EA (or 0x8C92EA) is known color: Portage. HEX triplet: 8C, 92 and EA. RGB value is (140,146,234). Sum of RGB (Red+Green+Blue) = 140+146+234=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C92EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C92EA is #736D15. Grayscale: #999999. Windows color (decimal): -7564566 or 15372940. OLE color: 15372940.
HSL color Cylindrical-coordinate representation of color #8C92EA: hue angle of 236.17º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C92EA is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 146 | 234 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.08 |
| HSL | 236.17º | 0.69% | 0.73% | - |
| HSV(B) | 236.17º | 0.4% | 0.92% | - |
| XYZ | 35.95 | 32.07 | 82.14 | - |
| YUV | 154.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 234 | 0.40 | 0.38 | 0 | 0.08 | 236.17 | 0.69 | 0.73 |
| Hex | 8C | 92 | EA | 28 | 26 | 0 | 8 | EC | 45 | 49 |
| Octal | 214 | 222 | 352 | 50 | 46 | 0 | 10 | 354 | 105 | 111 |
| Binary | 10001100 | 10010010 | 11101010 | 101000 | 100110 | 0 | 1000 | 11101100 | 1000101 | 1001001 |
Color Harmonies of #8C92EA
Complementary color
Monochromatic Colors of #8C92EA
Black with #8C92EA
Text Example
Text Example
White with #8C92EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C92EA; }
p { color: rgb(140,146,234); }
H1.HeaderClassName
{
color: #8C92EA;
}
.AnyTagClassName
{
color: #8C92EA;
}
</style>
background-color css
<style>
a { background-color: #8C92EA; }
a { background-color: rgb(140,146,234); }
div.DivClassName
{
background-color: #8C92EA;
}
.BgClassName
{
background-color: #8C92EA;
}
</style>
border-color css
<style>
span { border-color: #8C92EA; }
span { border-color: rgb(140,146,234); }
td.TdClassName
{
border-color: #8C92EA;
}
.TagClassName
{
border-color: #8C92EA;
}
</style>