Shades of Portage #9492EF
Tints of Portage #9492EF
RGB
CMYK
RGB Variations
Color information
#9492EF (or 0x9492EF) is known color: Portage. HEX triplet: 94, 92 and EF. RGB value is (148,146,239). Sum of RGB (Red+Green+Blue) = 148+146+239=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #9492EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492EF is #6B6D10. Grayscale: #9C9C9C. Windows color (decimal): -7040273 or 15700628. OLE color: 15700628.
HSL color Cylindrical-coordinate representation of color #9492EF: hue angle of 241.29º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9492EF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 146 | 239 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.06 |
| HSL | 241.29º | 0.74% | 0.75% | - |
| HSV(B) | 241.29º | 0.39% | 0.94% | - |
| XYZ | 38.07 | 33.09 | 86.04 | - |
| YUV | 157.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 239 | 0.38 | 0.39 | 0 | 0.06 | 241.29 | 0.74 | 0.75 |
| Hex | 94 | 92 | EF | 26 | 27 | 0 | 6 | F1 | 4A | 4B |
| Octal | 224 | 222 | 357 | 46 | 47 | 0 | 6 | 361 | 112 | 113 |
| Binary | 10010100 | 10010010 | 11101111 | 100110 | 100111 | 0 | 110 | 11110001 | 1001010 | 1001011 |
Color Harmonies of #9492EF
Complementary color
Monochromatic Colors of #9492EF
Black with #9492EF
Text Example
Text Example
White with #9492EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492EF; }
p { color: rgb(148,146,239); }
H1.HeaderClassName
{
color: #9492EF;
}
.AnyTagClassName
{
color: #9492EF;
}
</style>
background-color css
<style>
a { background-color: #9492EF; }
a { background-color: rgb(148,146,239); }
div.DivClassName
{
background-color: #9492EF;
}
.BgClassName
{
background-color: #9492EF;
}
</style>
border-color css
<style>
span { border-color: #9492EF; }
span { border-color: rgb(148,146,239); }
td.TdClassName
{
border-color: #9492EF;
}
.TagClassName
{
border-color: #9492EF;
}
</style>