Shades of Portage #8492CF
Tints of Portage #8492CF
RGB
CMYK
RGB Variations
Color information
#8492CF (or 0x8492CF) is known color: Portage. HEX triplet: 84, 92 and CF. RGB value is (132,146,207). Sum of RGB (Red+Green+Blue) = 132+146+207=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #8492CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492CF is #7B6D30. Grayscale: #949494. Windows color (decimal): -8088881 or 13603460. OLE color: 13603460.
HSL color Cylindrical-coordinate representation of color #8492CF: hue angle of 228.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8492CF is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 146 | 207 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.19 |
| HSL | 228.8º | 0.44% | 0.66% | - |
| HSV(B) | 228.8º | 0.36% | 0.81% | - |
| XYZ | 31.06 | 29.97 | 63.18 | - |
| YUV | 148.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 207 | 0.36 | 0.29 | 0 | 0.19 | 228.8 | 0.44 | 0.66 |
| Hex | 84 | 92 | CF | 24 | 1D | 0 | 13 | E5 | 2C | 42 |
| Octal | 204 | 222 | 317 | 44 | 35 | 0 | 23 | 345 | 54 | 102 |
| Binary | 10000100 | 10010010 | 11001111 | 100100 | 11101 | 0 | 10011 | 11100101 | 101100 | 1000010 |
Color Harmonies of #8492CF
Complementary color
Monochromatic Colors of #8492CF
Black with #8492CF
Text Example
Text Example
White with #8492CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8492CF; }
p { color: rgb(132,146,207); }
H1.HeaderClassName
{
color: #8492CF;
}
.AnyTagClassName
{
color: #8492CF;
}
</style>
background-color css
<style>
a { background-color: #8492CF; }
a { background-color: rgb(132,146,207); }
div.DivClassName
{
background-color: #8492CF;
}
.BgClassName
{
background-color: #8492CF;
}
</style>
border-color css
<style>
span { border-color: #8492CF; }
span { border-color: rgb(132,146,207); }
td.TdClassName
{
border-color: #8492CF;
}
.TagClassName
{
border-color: #8492CF;
}
</style>