Shades of Portage #92ACE5
Tints of Portage #92ACE5
RGB
CMYK
RGB Variations
Color information
#92ACE5 (or 0x92ACE5) is known color: Portage. HEX triplet: 92, AC and E5. RGB value is (146,172,229). Sum of RGB (Red+Green+Blue) = 146+172+229=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #92ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACE5 is #6D531A. Grayscale: #AAAAAA. Windows color (decimal): -7164699 or 15051922. OLE color: 15051922.
HSL color Cylindrical-coordinate representation of color #92ACE5: hue angle of 221.2º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92ACE5 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 172 | 229 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.10 |
| HSL | 221.2º | 0.61% | 0.74% | - |
| HSV(B) | 221.2º | 0.36% | 0.9% | - |
| XYZ | 40.75 | 41.27 | 79.95 | - |
| YUV | 170.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 229 | 0.36 | 0.25 | 0 | 0.10 | 221.2 | 0.61 | 0.74 |
| Hex | 92 | AC | E5 | 24 | 19 | 0 | A | DD | 3D | 4A |
| Octal | 222 | 254 | 345 | 44 | 31 | 0 | 12 | 335 | 75 | 112 |
| Binary | 10010010 | 10101100 | 11100101 | 100100 | 11001 | 0 | 1010 | 11011101 | 111101 | 1001010 |
Color Harmonies of #92ACE5
Complementary color
Monochromatic Colors of #92ACE5
Black with #92ACE5
Text Example
Text Example
White with #92ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ACE5; }
p { color: rgb(146,172,229); }
H1.HeaderClassName
{
color: #92ACE5;
}
.AnyTagClassName
{
color: #92ACE5;
}
</style>
background-color css
<style>
a { background-color: #92ACE5; }
a { background-color: rgb(146,172,229); }
div.DivClassName
{
background-color: #92ACE5;
}
.BgClassName
{
background-color: #92ACE5;
}
</style>
border-color css
<style>
span { border-color: #92ACE5; }
span { border-color: rgb(146,172,229); }
td.TdClassName
{
border-color: #92ACE5;
}
.TagClassName
{
border-color: #92ACE5;
}
</style>