Shades of Portage #929CCD
Tints of Portage #929CCD
RGB
CMYK
RGB Variations
Color information
#929CCD (or 0x929CCD) is known color: Portage. HEX triplet: 92, 9C and CD. RGB value is (146,156,205). Sum of RGB (Red+Green+Blue) = 146+156+205=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #929CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CCD is #6D6332. Grayscale: #9E9E9E. Windows color (decimal): -7168819 or 13474962. OLE color: 13474962.
HSL color Cylindrical-coordinate representation of color #929CCD: hue angle of 229.83º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929CCD is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 156 | 205 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.20 |
| HSL | 229.83º | 0.37% | 0.69% | - |
| HSV(B) | 229.83º | 0.29% | 0.8% | - |
| XYZ | 34.76 | 34.3 | 62.55 | - |
| YUV | 158.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 205 | 0.29 | 0.24 | 0 | 0.20 | 229.83 | 0.37 | 0.69 |
| Hex | 92 | 9C | CD | 1D | 18 | 0 | 14 | E6 | 25 | 45 |
| Octal | 222 | 234 | 315 | 35 | 30 | 0 | 24 | 346 | 45 | 105 |
| Binary | 10010010 | 10011100 | 11001101 | 11101 | 11000 | 0 | 10100 | 11100110 | 100101 | 1000101 |
Color Harmonies of #929CCD
Complementary color
Monochromatic Colors of #929CCD
Black with #929CCD
Text Example
Text Example
White with #929CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CCD; }
p { color: rgb(146,156,205); }
H1.HeaderClassName
{
color: #929CCD;
}
.AnyTagClassName
{
color: #929CCD;
}
</style>
background-color css
<style>
a { background-color: #929CCD; }
a { background-color: rgb(146,156,205); }
div.DivClassName
{
background-color: #929CCD;
}
.BgClassName
{
background-color: #929CCD;
}
</style>
border-color css
<style>
span { border-color: #929CCD; }
span { border-color: rgb(146,156,205); }
td.TdClassName
{
border-color: #929CCD;
}
.TagClassName
{
border-color: #929CCD;
}
</style>