Shades of Portage #92A8DD
Tints of Portage #92A8DD
RGB
CMYK
RGB Variations
Color information
#92A8DD (or 0x92A8DD) is known color: Portage. HEX triplet: 92, A8 and DD. RGB value is (146,168,221). Sum of RGB (Red+Green+Blue) = 146+168+221=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #92A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8DD is #6D5722. Grayscale: #A7A7A7. Windows color (decimal): -7165731 or 14526610. OLE color: 14526610.
HSL color Cylindrical-coordinate representation of color #92A8DD: hue angle of 222.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92A8DD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 168 | 221 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.13 |
| HSL | 222.4º | 0.52% | 0.72% | - |
| HSV(B) | 222.4º | 0.34% | 0.87% | - |
| XYZ | 38.91 | 39.34 | 73.95 | - |
| YUV | 167.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 221 | 0.34 | 0.24 | 0 | 0.13 | 222.4 | 0.52 | 0.72 |
| Hex | 92 | A8 | DD | 22 | 18 | 0 | D | DE | 34 | 48 |
| Octal | 222 | 250 | 335 | 42 | 30 | 0 | 15 | 336 | 64 | 110 |
| Binary | 10010010 | 10101000 | 11011101 | 100010 | 11000 | 0 | 1101 | 11011110 | 110100 | 1001000 |
Color Harmonies of #92A8DD
Complementary color
Monochromatic Colors of #92A8DD
Black with #92A8DD
Text Example
Text Example
White with #92A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8DD; }
p { color: rgb(146,168,221); }
H1.HeaderClassName
{
color: #92A8DD;
}
.AnyTagClassName
{
color: #92A8DD;
}
</style>
background-color css
<style>
a { background-color: #92A8DD; }
a { background-color: rgb(146,168,221); }
div.DivClassName
{
background-color: #92A8DD;
}
.BgClassName
{
background-color: #92A8DD;
}
</style>
border-color css
<style>
span { border-color: #92A8DD; }
span { border-color: rgb(146,168,221); }
td.TdClassName
{
border-color: #92A8DD;
}
.TagClassName
{
border-color: #92A8DD;
}
</style>