Shades of Portage #8493C9
Tints of Portage #8493C9
RGB
CMYK
RGB Variations
Color information
#8493C9 (or 0x8493C9) is known color: Portage. HEX triplet: 84, 93 and C9. RGB value is (132,147,201). Sum of RGB (Red+Green+Blue) = 132+147+201=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #8493C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8493C9 is #7B6C36. Grayscale: #949494. Windows color (decimal): -8088631 or 13210500. OLE color: 13210500.
HSL color Cylindrical-coordinate representation of color #8493C9: hue angle of 226.96º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8493C9 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 147 | 201 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.21 |
| HSL | 226.96º | 0.39% | 0.65% | - |
| HSV(B) | 226.96º | 0.34% | 0.79% | - |
| XYZ | 30.49 | 29.99 | 59.44 | - |
| YUV | 148.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 201 | 0.34 | 0.27 | 0 | 0.21 | 226.96 | 0.39 | 0.65 |
| Hex | 84 | 93 | C9 | 22 | 1B | 0 | 15 | E3 | 27 | 41 |
| Octal | 204 | 223 | 311 | 42 | 33 | 0 | 25 | 343 | 47 | 101 |
| Binary | 10000100 | 10010011 | 11001001 | 100010 | 11011 | 0 | 10101 | 11100011 | 100111 | 1000001 |
Color Harmonies of #8493C9
Complementary color
Monochromatic Colors of #8493C9
Black with #8493C9
Text Example
Text Example
White with #8493C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8493C9; }
p { color: rgb(132,147,201); }
H1.HeaderClassName
{
color: #8493C9;
}
.AnyTagClassName
{
color: #8493C9;
}
</style>
background-color css
<style>
a { background-color: #8493C9; }
a { background-color: rgb(132,147,201); }
div.DivClassName
{
background-color: #8493C9;
}
.BgClassName
{
background-color: #8493C9;
}
</style>
border-color css
<style>
span { border-color: #8493C9; }
span { border-color: rgb(132,147,201); }
td.TdClassName
{
border-color: #8493C9;
}
.TagClassName
{
border-color: #8493C9;
}
</style>