Shades of Portage #92A1DB
Tints of Portage #92A1DB
RGB
CMYK
RGB Variations
Color information
#92A1DB (or 0x92A1DB) is known color: Portage. HEX triplet: 92, A1 and DB. RGB value is (146,161,219). Sum of RGB (Red+Green+Blue) = 146+161+219=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #92A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1DB is #6D5E24. Grayscale: #A2A2A2. Windows color (decimal): -7167525 or 14393746. OLE color: 14393746.
HSL color Cylindrical-coordinate representation of color #92A1DB: hue angle of 227.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92A1DB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 161 | 219 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.14 |
| HSL | 227.67º | 0.5% | 0.72% | - |
| HSV(B) | 227.67º | 0.33% | 0.86% | - |
| XYZ | 37.39 | 36.72 | 72.13 | - |
| YUV | 163.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 219 | 0.33 | 0.26 | 0 | 0.14 | 227.67 | 0.5 | 0.72 |
| Hex | 92 | A1 | DB | 21 | 1A | 0 | E | E4 | 32 | 48 |
| Octal | 222 | 241 | 333 | 41 | 32 | 0 | 16 | 344 | 62 | 110 |
| Binary | 10010010 | 10100001 | 11011011 | 100001 | 11010 | 0 | 1110 | 11100100 | 110010 | 1001000 |
Color Harmonies of #92A1DB
Complementary color
Monochromatic Colors of #92A1DB
Black with #92A1DB
Text Example
Text Example
White with #92A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1DB; }
p { color: rgb(146,161,219); }
H1.HeaderClassName
{
color: #92A1DB;
}
.AnyTagClassName
{
color: #92A1DB;
}
</style>
background-color css
<style>
a { background-color: #92A1DB; }
a { background-color: rgb(146,161,219); }
div.DivClassName
{
background-color: #92A1DB;
}
.BgClassName
{
background-color: #92A1DB;
}
</style>
border-color css
<style>
span { border-color: #92A1DB; }
span { border-color: rgb(146,161,219); }
td.TdClassName
{
border-color: #92A1DB;
}
.TagClassName
{
border-color: #92A1DB;
}
</style>