Shades of Portage #929EDC
Tints of Portage #929EDC
RGB
CMYK
RGB Variations
Color information
#929EDC (or 0x929EDC) is known color: Portage. HEX triplet: 92, 9E and DC. RGB value is (146,158,220). Sum of RGB (Red+Green+Blue) = 146+158+220=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #929EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EDC is #6D6123. Grayscale: #A1A1A1. Windows color (decimal): -7168292 or 14458514. OLE color: 14458514.
HSL color Cylindrical-coordinate representation of color #929EDC: hue angle of 230.27º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929EDC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 158 | 220 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.14 |
| HSL | 230.27º | 0.51% | 0.72% | - |
| HSV(B) | 230.27º | 0.34% | 0.86% | - |
| XYZ | 37 | 35.73 | 72.66 | - |
| YUV | 161.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 220 | 0.34 | 0.28 | 0 | 0.14 | 230.27 | 0.51 | 0.72 |
| Hex | 92 | 9E | DC | 22 | 1C | 0 | E | E6 | 33 | 48 |
| Octal | 222 | 236 | 334 | 42 | 34 | 0 | 16 | 346 | 63 | 110 |
| Binary | 10010010 | 10011110 | 11011100 | 100010 | 11100 | 0 | 1110 | 11100110 | 110011 | 1001000 |
Color Harmonies of #929EDC
Complementary color
Monochromatic Colors of #929EDC
Black with #929EDC
Text Example
Text Example
White with #929EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929EDC; }
p { color: rgb(146,158,220); }
H1.HeaderClassName
{
color: #929EDC;
}
.AnyTagClassName
{
color: #929EDC;
}
</style>
background-color css
<style>
a { background-color: #929EDC; }
a { background-color: rgb(146,158,220); }
div.DivClassName
{
background-color: #929EDC;
}
.BgClassName
{
background-color: #929EDC;
}
</style>
border-color css
<style>
span { border-color: #929EDC; }
span { border-color: rgb(146,158,220); }
td.TdClassName
{
border-color: #929EDC;
}
.TagClassName
{
border-color: #929EDC;
}
</style>