Shades of Portage #92ABE7
Tints of Portage #92ABE7
RGB
CMYK
RGB Variations
Color information
#92ABE7 (or 0x92ABE7) is known color: Portage. HEX triplet: 92, AB and E7. RGB value is (146,171,231). Sum of RGB (Red+Green+Blue) = 146+171+231=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #92ABE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ABE7 is #6D5418. Grayscale: #AAAAAA. Windows color (decimal): -7164953 or 15182738. OLE color: 15182738.
HSL color Cylindrical-coordinate representation of color #92ABE7: hue angle of 222.35º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92ABE7 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 171 | 231 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.09 |
| HSL | 222.35º | 0.64% | 0.74% | - |
| HSV(B) | 222.35º | 0.37% | 0.91% | - |
| XYZ | 40.84 | 41.01 | 81.36 | - |
| YUV | 170.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 231 | 0.37 | 0.26 | 0 | 0.09 | 222.35 | 0.64 | 0.74 |
| Hex | 92 | AB | E7 | 25 | 1A | 0 | 9 | DE | 40 | 4A |
| Octal | 222 | 253 | 347 | 45 | 32 | 0 | 11 | 336 | 100 | 112 |
| Binary | 10010010 | 10101011 | 11100111 | 100101 | 11010 | 0 | 1001 | 11011110 | 1000000 | 1001010 |
Color Harmonies of #92ABE7
Complementary color
Monochromatic Colors of #92ABE7
Black with #92ABE7
Text Example
Text Example
White with #92ABE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ABE7; }
p { color: rgb(146,171,231); }
H1.HeaderClassName
{
color: #92ABE7;
}
.AnyTagClassName
{
color: #92ABE7;
}
</style>
background-color css
<style>
a { background-color: #92ABE7; }
a { background-color: rgb(146,171,231); }
div.DivClassName
{
background-color: #92ABE7;
}
.BgClassName
{
background-color: #92ABE7;
}
</style>
border-color css
<style>
span { border-color: #92ABE7; }
span { border-color: rgb(146,171,231); }
td.TdClassName
{
border-color: #92ABE7;
}
.TagClassName
{
border-color: #92ABE7;
}
</style>