Shades of Portage #929ECC
Tints of Portage #929ECC
RGB
CMYK
RGB Variations
Color information
#929ECC (or 0x929ECC) is known color: Portage. HEX triplet: 92, 9E and CC. RGB value is (146,158,204). Sum of RGB (Red+Green+Blue) = 146+158+204=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #929ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ECC is #6D6133. Grayscale: #9F9F9F. Windows color (decimal): -7168308 or 13409938. OLE color: 13409938.
HSL color Cylindrical-coordinate representation of color #929ECC: hue angle of 227.59º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #929ECC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 158 | 204 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.2 |
| HSL | 227.59º | 0.36% | 0.69% | - |
| HSV(B) | 227.59º | 0.28% | 0.8% | - |
| XYZ | 34.98 | 34.92 | 62.02 | - |
| YUV | 159.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 204 | 0.28 | 0.23 | 0 | 0.2 | 227.59 | 0.36 | 0.69 |
| Hex | 92 | 9E | CC | 1C | 17 | 0 | 14 | E4 | 24 | 45 |
| Octal | 222 | 236 | 314 | 34 | 27 | 0 | 24 | 344 | 44 | 105 |
| Binary | 10010010 | 10011110 | 11001100 | 11100 | 10111 | 0 | 10100 | 11100100 | 100100 | 1000101 |
Color Harmonies of #929ECC
Complementary color
Monochromatic Colors of #929ECC
Black with #929ECC
Text Example
Text Example
White with #929ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929ECC; }
p { color: rgb(146,158,204); }
H1.HeaderClassName
{
color: #929ECC;
}
.AnyTagClassName
{
color: #929ECC;
}
</style>
background-color css
<style>
a { background-color: #929ECC; }
a { background-color: rgb(146,158,204); }
div.DivClassName
{
background-color: #929ECC;
}
.BgClassName
{
background-color: #929ECC;
}
</style>
border-color css
<style>
span { border-color: #929ECC; }
span { border-color: rgb(146,158,204); }
td.TdClassName
{
border-color: #929ECC;
}
.TagClassName
{
border-color: #929ECC;
}
</style>