Shades of Portage #928CEC
Tints of Portage #928CEC
RGB
CMYK
RGB Variations
Color information
#928CEC (or 0x928CEC) is known color: Portage. HEX triplet: 92, 8C and EC. RGB value is (146,140,236). Sum of RGB (Red+Green+Blue) = 146+140+236=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #928CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928CEC is #6D7313. Grayscale: #989898. Windows color (decimal): -7172884 or 15502482. OLE color: 15502482.
HSL color Cylindrical-coordinate representation of color #928CEC: hue angle of 243.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928CEC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 140 | 236 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.07 |
| HSL | 243.75º | 0.72% | 0.74% | - |
| HSV(B) | 243.75º | 0.41% | 0.93% | - |
| XYZ | 36.37 | 30.92 | 83.41 | - |
| YUV | 152.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 236 | 0.38 | 0.41 | 0 | 0.07 | 243.75 | 0.72 | 0.74 |
| Hex | 92 | 8C | EC | 26 | 29 | 0 | 7 | F4 | 48 | 4A |
| Octal | 222 | 214 | 354 | 46 | 51 | 0 | 7 | 364 | 110 | 112 |
| Binary | 10010010 | 10001100 | 11101100 | 100110 | 101001 | 0 | 111 | 11110100 | 1001000 | 1001010 |
Color Harmonies of #928CEC
Complementary color
Monochromatic Colors of #928CEC
Black with #928CEC
Text Example
Text Example
White with #928CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928CEC; }
p { color: rgb(146,140,236); }
H1.HeaderClassName
{
color: #928CEC;
}
.AnyTagClassName
{
color: #928CEC;
}
</style>
background-color css
<style>
a { background-color: #928CEC; }
a { background-color: rgb(146,140,236); }
div.DivClassName
{
background-color: #928CEC;
}
.BgClassName
{
background-color: #928CEC;
}
</style>
border-color css
<style>
span { border-color: #928CEC; }
span { border-color: rgb(146,140,236); }
td.TdClassName
{
border-color: #928CEC;
}
.TagClassName
{
border-color: #928CEC;
}
</style>