Shades of Portage #9492DF
Tints of Portage #9492DF
RGB
CMYK
RGB Variations
Color information
#9492DF (or 0x9492DF) is known color: Portage. HEX triplet: 94, 92 and DF. RGB value is (148,146,223). Sum of RGB (Red+Green+Blue) = 148+146+223=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #9492DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9492DF is #6B6D20. Grayscale: #9B9B9B. Windows color (decimal): -7040289 or 14652052. OLE color: 14652052.
HSL color Cylindrical-coordinate representation of color #9492DF: hue angle of 241.56º 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 #9492DF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 146 | 223 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.13 |
| HSL | 241.56º | 0.55% | 0.72% | - |
| HSV(B) | 241.56º | 0.35% | 0.87% | - |
| XYZ | 35.81 | 32.18 | 74.14 | - |
| YUV | 155.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 223 | 0.34 | 0.35 | 0 | 0.13 | 241.56 | 0.55 | 0.72 |
| Hex | 94 | 92 | DF | 22 | 23 | 0 | D | F2 | 37 | 48 |
| Octal | 224 | 222 | 337 | 42 | 43 | 0 | 15 | 362 | 67 | 110 |
| Binary | 10010100 | 10010010 | 11011111 | 100010 | 100011 | 0 | 1101 | 11110010 | 110111 | 1001000 |
Color Harmonies of #9492DF
Complementary color
Monochromatic Colors of #9492DF
Black with #9492DF
Text Example
Text Example
White with #9492DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492DF; }
p { color: rgb(148,146,223); }
H1.HeaderClassName
{
color: #9492DF;
}
.AnyTagClassName
{
color: #9492DF;
}
</style>
background-color css
<style>
a { background-color: #9492DF; }
a { background-color: rgb(148,146,223); }
div.DivClassName
{
background-color: #9492DF;
}
.BgClassName
{
background-color: #9492DF;
}
</style>
border-color css
<style>
span { border-color: #9492DF; }
span { border-color: rgb(148,146,223); }
td.TdClassName
{
border-color: #9492DF;
}
.TagClassName
{
border-color: #9492DF;
}
</style>