Shades of Portage #929CCC
Tints of Portage #929CCC
RGB
CMYK
RGB Variations
Color information
#929CCC (or 0x929CCC) is known color: Portage. HEX triplet: 92, 9C and CC. RGB value is (146,156,204). Sum of RGB (Red+Green+Blue) = 146+156+204=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #929CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CCC is #6D6333. Grayscale: #9E9E9E. Windows color (decimal): -7168820 or 13409426. OLE color: 13409426.
HSL color Cylindrical-coordinate representation of color #929CCC: hue angle of 229.66º 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 #929CCC is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 156 | 204 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.2 |
| HSL | 229.66º | 0.36% | 0.69% | - |
| HSV(B) | 229.66º | 0.28% | 0.8% | - |
| XYZ | 34.64 | 34.25 | 61.91 | - |
| YUV | 158.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 204 | 0.28 | 0.24 | 0 | 0.2 | 229.66 | 0.36 | 0.69 |
| Hex | 92 | 9C | CC | 1C | 18 | 0 | 14 | E6 | 24 | 45 |
| Octal | 222 | 234 | 314 | 34 | 30 | 0 | 24 | 346 | 44 | 105 |
| Binary | 10010010 | 10011100 | 11001100 | 11100 | 11000 | 0 | 10100 | 11100110 | 100100 | 1000101 |
Color Harmonies of #929CCC
Complementary color
Monochromatic Colors of #929CCC
Black with #929CCC
Text Example
Text Example
White with #929CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CCC; }
p { color: rgb(146,156,204); }
H1.HeaderClassName
{
color: #929CCC;
}
.AnyTagClassName
{
color: #929CCC;
}
</style>
background-color css
<style>
a { background-color: #929CCC; }
a { background-color: rgb(146,156,204); }
div.DivClassName
{
background-color: #929CCC;
}
.BgClassName
{
background-color: #929CCC;
}
</style>
border-color css
<style>
span { border-color: #929CCC; }
span { border-color: rgb(146,156,204); }
td.TdClassName
{
border-color: #929CCC;
}
.TagClassName
{
border-color: #929CCC;
}
</style>