Shades of Portage #92ACEA
Tints of Portage #92ACEA
RGB
CMYK
RGB Variations
Color information
#92ACEA (or 0x92ACEA) is known color: Portage. HEX triplet: 92, AC and EA. RGB value is (146,172,234). Sum of RGB (Red+Green+Blue) = 146+172+234=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #92ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ACEA is #6D5315. Grayscale: #ABABAB. Windows color (decimal): -7164694 or 15379602. OLE color: 15379602.
HSL color Cylindrical-coordinate representation of color #92ACEA: hue angle of 222.27º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92ACEA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 172 | 234 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.08 |
| HSL | 222.27º | 0.68% | 0.75% | - |
| HSV(B) | 222.27º | 0.38% | 0.92% | - |
| XYZ | 41.46 | 41.56 | 83.68 | - |
| YUV | 171.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 234 | 0.38 | 0.26 | 0 | 0.08 | 222.27 | 0.68 | 0.75 |
| Hex | 92 | AC | EA | 26 | 1A | 0 | 8 | DE | 44 | 4B |
| Octal | 222 | 254 | 352 | 46 | 32 | 0 | 10 | 336 | 104 | 113 |
| Binary | 10010010 | 10101100 | 11101010 | 100110 | 11010 | 0 | 1000 | 11011110 | 1000100 | 1001011 |
Color Harmonies of #92ACEA
Complementary color
Monochromatic Colors of #92ACEA
Black with #92ACEA
Text Example
Text Example
White with #92ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ACEA; }
p { color: rgb(146,172,234); }
H1.HeaderClassName
{
color: #92ACEA;
}
.AnyTagClassName
{
color: #92ACEA;
}
</style>
background-color css
<style>
a { background-color: #92ACEA; }
a { background-color: rgb(146,172,234); }
div.DivClassName
{
background-color: #92ACEA;
}
.BgClassName
{
background-color: #92ACEA;
}
</style>
border-color css
<style>
span { border-color: #92ACEA; }
span { border-color: rgb(146,172,234); }
td.TdClassName
{
border-color: #92ACEA;
}
.TagClassName
{
border-color: #92ACEA;
}
</style>