Shades of Portage #929ACE
Tints of Portage #929ACE
RGB
CMYK
RGB Variations
Color information
#929ACE (or 0x929ACE) is known color: Portage. HEX triplet: 92, 9A and CE. RGB value is (146,154,206). Sum of RGB (Red+Green+Blue) = 146+154+206=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #929ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ACE is #6D6531. Grayscale: #9D9D9D. Windows color (decimal): -7169330 or 13539986. OLE color: 13539986.
HSL color Cylindrical-coordinate representation of color #929ACE: hue angle of 232º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929ACE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 154 | 206 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.19 |
| HSL | 232º | 0.38% | 0.69% | - |
| HSV(B) | 232º | 0.29% | 0.81% | - |
| XYZ | 34.55 | 33.68 | 63.07 | - |
| YUV | 157.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 206 | 0.29 | 0.25 | 0 | 0.19 | 232 | 0.38 | 0.69 |
| Hex | 92 | 9A | CE | 1D | 19 | 0 | 13 | E8 | 26 | 45 |
| Octal | 222 | 232 | 316 | 35 | 31 | 0 | 23 | 350 | 46 | 105 |
| Binary | 10010010 | 10011010 | 11001110 | 11101 | 11001 | 0 | 10011 | 11101000 | 100110 | 1000101 |
Color Harmonies of #929ACE
Complementary color
Monochromatic Colors of #929ACE
Black with #929ACE
Text Example
Text Example
White with #929ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929ACE; }
p { color: rgb(146,154,206); }
H1.HeaderClassName
{
color: #929ACE;
}
.AnyTagClassName
{
color: #929ACE;
}
</style>
background-color css
<style>
a { background-color: #929ACE; }
a { background-color: rgb(146,154,206); }
div.DivClassName
{
background-color: #929ACE;
}
.BgClassName
{
background-color: #929ACE;
}
</style>
border-color css
<style>
span { border-color: #929ACE; }
span { border-color: rgb(146,154,206); }
td.TdClassName
{
border-color: #929ACE;
}
.TagClassName
{
border-color: #929ACE;
}
</style>