Shades of Portage #8C92CA
Tints of Portage #8C92CA
RGB
CMYK
RGB Variations
Color information
#8C92CA (or 0x8C92CA) is known color: Portage. HEX triplet: 8C, 92 and CA. RGB value is (140,146,202). Sum of RGB (Red+Green+Blue) = 140+146+202=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C92CA is #736D35. Grayscale: #969696. Windows color (decimal): -7564598 or 13275788. OLE color: 13275788.
HSL color Cylindrical-coordinate representation of color #8C92CA: hue angle of 234.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C92CA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 146 | 202 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.21 |
| HSL | 234.19º | 0.37% | 0.67% | - |
| HSV(B) | 234.19º | 0.31% | 0.79% | - |
| XYZ | 31.75 | 30.4 | 60.07 | - |
| YUV | 150.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 202 | 0.31 | 0.28 | 0 | 0.21 | 234.19 | 0.37 | 0.67 |
| Hex | 8C | 92 | CA | 1F | 1C | 0 | 15 | EA | 25 | 43 |
| Octal | 214 | 222 | 312 | 37 | 34 | 0 | 25 | 352 | 45 | 103 |
| Binary | 10001100 | 10010010 | 11001010 | 11111 | 11100 | 0 | 10101 | 11101010 | 100101 | 1000011 |
Color Harmonies of #8C92CA
Complementary color
Monochromatic Colors of #8C92CA
Black with #8C92CA
Text Example
Text Example
White with #8C92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C92CA; }
p { color: rgb(140,146,202); }
H1.HeaderClassName
{
color: #8C92CA;
}
.AnyTagClassName
{
color: #8C92CA;
}
</style>
background-color css
<style>
a { background-color: #8C92CA; }
a { background-color: rgb(140,146,202); }
div.DivClassName
{
background-color: #8C92CA;
}
.BgClassName
{
background-color: #8C92CA;
}
</style>
border-color css
<style>
span { border-color: #8C92CA; }
span { border-color: rgb(140,146,202); }
td.TdClassName
{
border-color: #8C92CA;
}
.TagClassName
{
border-color: #8C92CA;
}
</style>