Shades of Portage #92A5D6
Tints of Portage #92A5D6
RGB
CMYK
RGB Variations
Color information
#92A5D6 (or 0x92A5D6) is known color: Portage. HEX triplet: 92, A5 and D6. RGB value is (146,165,214). Sum of RGB (Red+Green+Blue) = 146+165+214=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #92A5D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5D6 is #6D5A29. Grayscale: #A4A4A4. Windows color (decimal): -7166506 or 14067090. OLE color: 14067090.
HSL color Cylindrical-coordinate representation of color #92A5D6: hue angle of 223.24º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92A5D6 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 165 | 214 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.16 |
| HSL | 223.24º | 0.45% | 0.71% | - |
| HSV(B) | 223.24º | 0.32% | 0.84% | - |
| XYZ | 37.45 | 37.88 | 68.96 | - |
| YUV | 164.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 214 | 0.32 | 0.23 | 0 | 0.16 | 223.24 | 0.45 | 0.71 |
| Hex | 92 | A5 | D6 | 20 | 17 | 0 | 10 | DF | 2D | 47 |
| Octal | 222 | 245 | 326 | 40 | 27 | 0 | 20 | 337 | 55 | 107 |
| Binary | 10010010 | 10100101 | 11010110 | 100000 | 10111 | 0 | 10000 | 11011111 | 101101 | 1000111 |
Color Harmonies of #92A5D6
Complementary color
Monochromatic Colors of #92A5D6
Black with #92A5D6
Text Example
Text Example
White with #92A5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A5D6; }
p { color: rgb(146,165,214); }
H1.HeaderClassName
{
color: #92A5D6;
}
.AnyTagClassName
{
color: #92A5D6;
}
</style>
background-color css
<style>
a { background-color: #92A5D6; }
a { background-color: rgb(146,165,214); }
div.DivClassName
{
background-color: #92A5D6;
}
.BgClassName
{
background-color: #92A5D6;
}
</style>
border-color css
<style>
span { border-color: #92A5D6; }
span { border-color: rgb(146,165,214); }
td.TdClassName
{
border-color: #92A5D6;
}
.TagClassName
{
border-color: #92A5D6;
}
</style>