Shades of Portage #8B92CA
Tints of Portage #8B92CA
RGB
CMYK
RGB Variations
Color information
#8B92CA (or 0x8B92CA) is known color: Portage. HEX triplet: 8B, 92 and CA. RGB value is (139,146,202). Sum of RGB (Red+Green+Blue) = 139+146+202=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B92CA is #746D35. Grayscale: #969696. Windows color (decimal): -7630134 or 13275787. OLE color: 13275787.
HSL color Cylindrical-coordinate representation of color #8B92CA: hue angle of 233.33º 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 #8B92CA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 146 | 202 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.21 |
| HSL | 233.33º | 0.37% | 0.67% | - |
| HSV(B) | 233.33º | 0.31% | 0.79% | - |
| XYZ | 31.59 | 30.31 | 60.06 | - |
| YUV | 150.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 202 | 0.31 | 0.28 | 0 | 0.21 | 233.33 | 0.37 | 0.67 |
| Hex | 8B | 92 | CA | 1F | 1C | 0 | 15 | E9 | 25 | 43 |
| Octal | 213 | 222 | 312 | 37 | 34 | 0 | 25 | 351 | 45 | 103 |
| Binary | 10001011 | 10010010 | 11001010 | 11111 | 11100 | 0 | 10101 | 11101001 | 100101 | 1000011 |
Color Harmonies of #8B92CA
Complementary color
Monochromatic Colors of #8B92CA
Black with #8B92CA
Text Example
Text Example
White with #8B92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B92CA; }
p { color: rgb(139,146,202); }
H1.HeaderClassName
{
color: #8B92CA;
}
.AnyTagClassName
{
color: #8B92CA;
}
</style>
background-color css
<style>
a { background-color: #8B92CA; }
a { background-color: rgb(139,146,202); }
div.DivClassName
{
background-color: #8B92CA;
}
.BgClassName
{
background-color: #8B92CA;
}
</style>
border-color css
<style>
span { border-color: #8B92CA; }
span { border-color: rgb(139,146,202); }
td.TdClassName
{
border-color: #8B92CA;
}
.TagClassName
{
border-color: #8B92CA;
}
</style>