Shades of Portage #9494DE
Tints of Portage #9494DE
RGB
CMYK
RGB Variations
Color information
#9494DE (or 0x9494DE) is known color: Portage. HEX triplet: 94, 94 and DE. RGB value is (148,148,222). Sum of RGB (Red+Green+Blue) = 148+148+222=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #9494DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9494DE is #6B6B21. Grayscale: #9C9C9C. Windows color (decimal): -7039778 or 14587028. OLE color: 14587028.
HSL color Cylindrical-coordinate representation of color #9494DE: hue angle of 240º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9494DE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 148 | 222 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.13 |
| HSL | 240º | 0.53% | 0.73% | - |
| HSV(B) | 240º | 0.33% | 0.87% | - |
| XYZ | 35.99 | 32.75 | 73.53 | - |
| YUV | 156.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 222 | 0.33 | 0.33 | 0 | 0.13 | 240 | 0.53 | 0.73 |
| Hex | 94 | 94 | DE | 21 | 21 | 0 | D | F0 | 35 | 49 |
| Octal | 224 | 224 | 336 | 41 | 41 | 0 | 15 | 360 | 65 | 111 |
| Binary | 10010100 | 10010100 | 11011110 | 100001 | 100001 | 0 | 1101 | 11110000 | 110101 | 1001001 |
Color Harmonies of #9494DE
Complementary color
Monochromatic Colors of #9494DE
Black with #9494DE
Text Example
Text Example
White with #9494DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9494DE; }
p { color: rgb(148,148,222); }
H1.HeaderClassName
{
color: #9494DE;
}
.AnyTagClassName
{
color: #9494DE;
}
</style>
background-color css
<style>
a { background-color: #9494DE; }
a { background-color: rgb(148,148,222); }
div.DivClassName
{
background-color: #9494DE;
}
.BgClassName
{
background-color: #9494DE;
}
</style>
border-color css
<style>
span { border-color: #9494DE; }
span { border-color: rgb(148,148,222); }
td.TdClassName
{
border-color: #9494DE;
}
.TagClassName
{
border-color: #9494DE;
}
</style>