Shades of Portage #9492ED
Tints of Portage #9492ED
RGB
CMYK
RGB Variations
Color information
#9492ED (or 0x9492ED) is known color: Portage. HEX triplet: 94, 92 and ED. RGB value is (148,146,237). Sum of RGB (Red+Green+Blue) = 148+146+237=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #9492ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492ED is #6B6D12. Grayscale: #9C9C9C. Windows color (decimal): -7040275 or 15569556. OLE color: 15569556.
HSL color Cylindrical-coordinate representation of color #9492ED: hue angle of 241.32º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9492ED is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 146 | 237 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.07 |
| HSL | 241.32º | 0.72% | 0.75% | - |
| HSV(B) | 241.32º | 0.38% | 0.93% | - |
| XYZ | 37.78 | 32.97 | 84.49 | - |
| YUV | 156.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 237 | 0.38 | 0.38 | 0 | 0.07 | 241.32 | 0.72 | 0.75 |
| Hex | 94 | 92 | ED | 26 | 26 | 0 | 7 | F1 | 48 | 4B |
| Octal | 224 | 222 | 355 | 46 | 46 | 0 | 7 | 361 | 110 | 113 |
| Binary | 10010100 | 10010010 | 11101101 | 100110 | 100110 | 0 | 111 | 11110001 | 1001000 | 1001011 |
Color Harmonies of #9492ED
Complementary color
Monochromatic Colors of #9492ED
Black with #9492ED
Text Example
Text Example
White with #9492ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492ED; }
p { color: rgb(148,146,237); }
H1.HeaderClassName
{
color: #9492ED;
}
.AnyTagClassName
{
color: #9492ED;
}
</style>
background-color css
<style>
a { background-color: #9492ED; }
a { background-color: rgb(148,146,237); }
div.DivClassName
{
background-color: #9492ED;
}
.BgClassName
{
background-color: #9492ED;
}
</style>
border-color css
<style>
span { border-color: #9492ED; }
span { border-color: rgb(148,146,237); }
td.TdClassName
{
border-color: #9492ED;
}
.TagClassName
{
border-color: #9492ED;
}
</style>