Shades of Portage #9294DA
Tints of Portage #9294DA
RGB
CMYK
RGB Variations
Color information
#9294DA (or 0x9294DA) is known color: Portage. HEX triplet: 92, 94 and DA. RGB value is (146,148,218). Sum of RGB (Red+Green+Blue) = 146+148+218=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #9294DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9294DA is #6D6B25. Grayscale: #9B9B9B. Windows color (decimal): -7170854 or 14324882. OLE color: 14324882.
HSL color Cylindrical-coordinate representation of color #9294DA: hue angle of 238.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9294DA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 148 | 218 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.15 |
| HSL | 238.33º | 0.49% | 0.71% | - |
| HSV(B) | 238.33º | 0.33% | 0.85% | - |
| XYZ | 35.1 | 32.35 | 70.72 | - |
| YUV | 155.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 218 | 0.33 | 0.32 | 0 | 0.15 | 238.33 | 0.49 | 0.71 |
| Hex | 92 | 94 | DA | 21 | 20 | 0 | F | EE | 31 | 47 |
| Octal | 222 | 224 | 332 | 41 | 40 | 0 | 17 | 356 | 61 | 107 |
| Binary | 10010010 | 10010100 | 11011010 | 100001 | 100000 | 0 | 1111 | 11101110 | 110001 | 1000111 |
Color Harmonies of #9294DA
Complementary color
Monochromatic Colors of #9294DA
Black with #9294DA
Text Example
Text Example
White with #9294DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9294DA; }
p { color: rgb(146,148,218); }
H1.HeaderClassName
{
color: #9294DA;
}
.AnyTagClassName
{
color: #9294DA;
}
</style>
background-color css
<style>
a { background-color: #9294DA; }
a { background-color: rgb(146,148,218); }
div.DivClassName
{
background-color: #9294DA;
}
.BgClassName
{
background-color: #9294DA;
}
</style>
border-color css
<style>
span { border-color: #9294DA; }
span { border-color: rgb(146,148,218); }
td.TdClassName
{
border-color: #9294DA;
}
.TagClassName
{
border-color: #9294DA;
}
</style>