Shades of Portage #92A8DC
Tints of Portage #92A8DC
RGB
CMYK
RGB Variations
Color information
#92A8DC (or 0x92A8DC) is known color: Portage. HEX triplet: 92, A8 and DC. RGB value is (146,168,220). Sum of RGB (Red+Green+Blue) = 146+168+220=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #92A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8DC is #6D5723. Grayscale: #A7A7A7. Windows color (decimal): -7165732 or 14461074. OLE color: 14461074.
HSL color Cylindrical-coordinate representation of color #92A8DC: hue angle of 222.16º 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 #92A8DC is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 168 | 220 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.14 |
| HSL | 222.16º | 0.51% | 0.72% | - |
| HSV(B) | 222.16º | 0.34% | 0.86% | - |
| XYZ | 38.77 | 39.28 | 73.25 | - |
| YUV | 167.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 220 | 0.34 | 0.24 | 0 | 0.14 | 222.16 | 0.51 | 0.72 |
| Hex | 92 | A8 | DC | 22 | 18 | 0 | E | DE | 33 | 48 |
| Octal | 222 | 250 | 334 | 42 | 30 | 0 | 16 | 336 | 63 | 110 |
| Binary | 10010010 | 10101000 | 11011100 | 100010 | 11000 | 0 | 1110 | 11011110 | 110011 | 1001000 |
Color Harmonies of #92A8DC
Complementary color
Monochromatic Colors of #92A8DC
Black with #92A8DC
Text Example
Text Example
White with #92A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8DC; }
p { color: rgb(146,168,220); }
H1.HeaderClassName
{
color: #92A8DC;
}
.AnyTagClassName
{
color: #92A8DC;
}
</style>
background-color css
<style>
a { background-color: #92A8DC; }
a { background-color: rgb(146,168,220); }
div.DivClassName
{
background-color: #92A8DC;
}
.BgClassName
{
background-color: #92A8DC;
}
</style>
border-color css
<style>
span { border-color: #92A8DC; }
span { border-color: rgb(146,168,220); }
td.TdClassName
{
border-color: #92A8DC;
}
.TagClassName
{
border-color: #92A8DC;
}
</style>