Shades of Portage #92A0CE
Tints of Portage #92A0CE
RGB
CMYK
RGB Variations
Color information
#92A0CE (or 0x92A0CE) is known color: Portage. HEX triplet: 92, A0 and CE. RGB value is (146,160,206). Sum of RGB (Red+Green+Blue) = 146+160+206=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #92A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A0CE is #6D5F31. Grayscale: #A0A0A0. Windows color (decimal): -7167794 or 13541522. OLE color: 13541522.
HSL color Cylindrical-coordinate representation of color #92A0CE: hue angle of 226º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92A0CE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 160 | 206 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.19 |
| HSL | 226º | 0.38% | 0.69% | - |
| HSV(B) | 226º | 0.29% | 0.81% | - |
| XYZ | 35.57 | 35.71 | 63.41 | - |
| YUV | 161.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 206 | 0.29 | 0.22 | 0 | 0.19 | 226 | 0.38 | 0.69 |
| Hex | 92 | A0 | CE | 1D | 16 | 0 | 13 | E2 | 26 | 45 |
| Octal | 222 | 240 | 316 | 35 | 26 | 0 | 23 | 342 | 46 | 105 |
| Binary | 10010010 | 10100000 | 11001110 | 11101 | 10110 | 0 | 10011 | 11100010 | 100110 | 1000101 |
Color Harmonies of #92A0CE
Complementary color
Monochromatic Colors of #92A0CE
Black with #92A0CE
Text Example
Text Example
White with #92A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A0CE; }
p { color: rgb(146,160,206); }
H1.HeaderClassName
{
color: #92A0CE;
}
.AnyTagClassName
{
color: #92A0CE;
}
</style>
background-color css
<style>
a { background-color: #92A0CE; }
a { background-color: rgb(146,160,206); }
div.DivClassName
{
background-color: #92A0CE;
}
.BgClassName
{
background-color: #92A0CE;
}
</style>
border-color css
<style>
span { border-color: #92A0CE; }
span { border-color: rgb(146,160,206); }
td.TdClassName
{
border-color: #92A0CE;
}
.TagClassName
{
border-color: #92A0CE;
}
</style>