Shades of Portage #92A2DC
Tints of Portage #92A2DC
RGB
CMYK
RGB Variations
Color information
#92A2DC (or 0x92A2DC) is known color: Portage. HEX triplet: 92, A2 and DC. RGB value is (146,162,220). Sum of RGB (Red+Green+Blue) = 146+162+220=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #92A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2DC is #6D5D23. Grayscale: #A3A3A3. Windows color (decimal): -7167268 or 14459538. OLE color: 14459538.
HSL color Cylindrical-coordinate representation of color #92A2DC: hue angle of 227.03º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92A2DC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 162 | 220 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.14 |
| HSL | 227.03º | 0.51% | 0.72% | - |
| HSV(B) | 227.03º | 0.34% | 0.86% | - |
| XYZ | 37.69 | 37.12 | 72.89 | - |
| YUV | 163.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 220 | 0.34 | 0.26 | 0 | 0.14 | 227.03 | 0.51 | 0.72 |
| Hex | 92 | A2 | DC | 22 | 1A | 0 | E | E3 | 33 | 48 |
| Octal | 222 | 242 | 334 | 42 | 32 | 0 | 16 | 343 | 63 | 110 |
| Binary | 10010010 | 10100010 | 11011100 | 100010 | 11010 | 0 | 1110 | 11100011 | 110011 | 1001000 |
Color Harmonies of #92A2DC
Complementary color
Monochromatic Colors of #92A2DC
Black with #92A2DC
Text Example
Text Example
White with #92A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A2DC; }
p { color: rgb(146,162,220); }
H1.HeaderClassName
{
color: #92A2DC;
}
.AnyTagClassName
{
color: #92A2DC;
}
</style>
background-color css
<style>
a { background-color: #92A2DC; }
a { background-color: rgb(146,162,220); }
div.DivClassName
{
background-color: #92A2DC;
}
.BgClassName
{
background-color: #92A2DC;
}
</style>
border-color css
<style>
span { border-color: #92A2DC; }
span { border-color: rgb(146,162,220); }
td.TdClassName
{
border-color: #92A2DC;
}
.TagClassName
{
border-color: #92A2DC;
}
</style>