Shades of Portage #9498EE
Tints of Portage #9498EE
RGB
CMYK
RGB Variations
Color information
#9498EE (or 0x9498EE) is known color: Portage. HEX triplet: 94, 98 and EE. RGB value is (148,152,238). Sum of RGB (Red+Green+Blue) = 148+152+238=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #9498EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9498EE is #6B6711. Grayscale: #A0A0A0. Windows color (decimal): -7038738 or 15636628. OLE color: 15636628.
HSL color Cylindrical-coordinate representation of color #9498EE: hue angle of 237.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9498EE is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 152 | 238 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.07 |
| HSL | 237.33º | 0.73% | 0.76% | - |
| HSV(B) | 237.33º | 0.38% | 0.93% | - |
| XYZ | 38.87 | 34.93 | 85.58 | - |
| YUV | 160.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 238 | 0.38 | 0.36 | 0 | 0.07 | 237.33 | 0.73 | 0.76 |
| Hex | 94 | 98 | EE | 26 | 24 | 0 | 7 | ED | 49 | 4C |
| Octal | 224 | 230 | 356 | 46 | 44 | 0 | 7 | 355 | 111 | 114 |
| Binary | 10010100 | 10011000 | 11101110 | 100110 | 100100 | 0 | 111 | 11101101 | 1001001 | 1001100 |
Color Harmonies of #9498EE
Complementary color
Monochromatic Colors of #9498EE
Black with #9498EE
Text Example
Text Example
White with #9498EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9498EE; }
p { color: rgb(148,152,238); }
H1.HeaderClassName
{
color: #9498EE;
}
.AnyTagClassName
{
color: #9498EE;
}
</style>
background-color css
<style>
a { background-color: #9498EE; }
a { background-color: rgb(148,152,238); }
div.DivClassName
{
background-color: #9498EE;
}
.BgClassName
{
background-color: #9498EE;
}
</style>
border-color css
<style>
span { border-color: #9498EE; }
span { border-color: rgb(148,152,238); }
td.TdClassName
{
border-color: #9498EE;
}
.TagClassName
{
border-color: #9498EE;
}
</style>