Shades of Portage #8492CB
Tints of Portage #8492CB
RGB
CMYK
RGB Variations
Color information
#8492CB (or 0x8492CB) is known color: Portage. HEX triplet: 84, 92 and CB. RGB value is (132,146,203). Sum of RGB (Red+Green+Blue) = 132+146+203=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #8492CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492CB is #7B6D34. Grayscale: #949494. Windows color (decimal): -8088885 or 13341316. OLE color: 13341316.
HSL color Cylindrical-coordinate representation of color #8492CB: hue angle of 228.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8492CB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 146 | 203 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.20 |
| HSL | 228.17º | 0.41% | 0.66% | - |
| HSV(B) | 228.17º | 0.35% | 0.8% | - |
| XYZ | 30.57 | 29.78 | 60.64 | - |
| YUV | 148.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 203 | 0.35 | 0.28 | 0 | 0.20 | 228.17 | 0.41 | 0.66 |
| Hex | 84 | 92 | CB | 23 | 1C | 0 | 14 | E4 | 29 | 42 |
| Octal | 204 | 222 | 313 | 43 | 34 | 0 | 24 | 344 | 51 | 102 |
| Binary | 10000100 | 10010010 | 11001011 | 100011 | 11100 | 0 | 10100 | 11100100 | 101001 | 1000010 |
Color Harmonies of #8492CB
Complementary color
Monochromatic Colors of #8492CB
Black with #8492CB
Text Example
Text Example
White with #8492CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8492CB; }
p { color: rgb(132,146,203); }
H1.HeaderClassName
{
color: #8492CB;
}
.AnyTagClassName
{
color: #8492CB;
}
</style>
background-color css
<style>
a { background-color: #8492CB; }
a { background-color: rgb(132,146,203); }
div.DivClassName
{
background-color: #8492CB;
}
.BgClassName
{
background-color: #8492CB;
}
</style>
border-color css
<style>
span { border-color: #8492CB; }
span { border-color: rgb(132,146,203); }
td.TdClassName
{
border-color: #8492CB;
}
.TagClassName
{
border-color: #8492CB;
}
</style>