Shades of Portage #92A8DF
Tints of Portage #92A8DF
RGB
CMYK
RGB Variations
Color information
#92A8DF (or 0x92A8DF) is known color: Portage. HEX triplet: 92, A8 and DF. RGB value is (146,168,223). Sum of RGB (Red+Green+Blue) = 146+168+223=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #92A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8DF is #6D5720. Grayscale: #A7A7A7. Windows color (decimal): -7165729 or 14657682. OLE color: 14657682.
HSL color Cylindrical-coordinate representation of color #92A8DF: hue angle of 222.86º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92A8DF is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 168 | 223 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.13 |
| HSL | 222.86º | 0.55% | 0.72% | - |
| HSV(B) | 222.86º | 0.35% | 0.87% | - |
| XYZ | 39.18 | 39.44 | 75.36 | - |
| YUV | 167.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 223 | 0.35 | 0.25 | 0 | 0.13 | 222.86 | 0.55 | 0.72 |
| Hex | 92 | A8 | DF | 23 | 19 | 0 | D | DF | 37 | 48 |
| Octal | 222 | 250 | 337 | 43 | 31 | 0 | 15 | 337 | 67 | 110 |
| Binary | 10010010 | 10101000 | 11011111 | 100011 | 11001 | 0 | 1101 | 11011111 | 110111 | 1001000 |
Color Harmonies of #92A8DF
Complementary color
Monochromatic Colors of #92A8DF
Black with #92A8DF
Text Example
Text Example
White with #92A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8DF; }
p { color: rgb(146,168,223); }
H1.HeaderClassName
{
color: #92A8DF;
}
.AnyTagClassName
{
color: #92A8DF;
}
</style>
background-color css
<style>
a { background-color: #92A8DF; }
a { background-color: rgb(146,168,223); }
div.DivClassName
{
background-color: #92A8DF;
}
.BgClassName
{
background-color: #92A8DF;
}
</style>
border-color css
<style>
span { border-color: #92A8DF; }
span { border-color: rgb(146,168,223); }
td.TdClassName
{
border-color: #92A8DF;
}
.TagClassName
{
border-color: #92A8DF;
}
</style>