Shades of Portage #9498FE
Tints of Portage #9498FE
RGB
CMYK
RGB Variations
Color information
#9498FE (or 0x9498FE) is known color: Portage. HEX triplet: 94, 98 and FE. RGB value is (148,152,254). Sum of RGB (Red+Green+Blue) = 148+152+254=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9498FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9498FE is #6B6701. Grayscale: #A2A2A2. Windows color (decimal): -7038722 or 16685204. OLE color: 16685204.
HSL color Cylindrical-coordinate representation of color #9498FE: hue angle of 237.74º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9498FE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 152 | 254 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.00 |
| HSL | 237.74º | 0.98% | 0.79% | - |
| HSV(B) | 237.74º | 0.42% | 1% | - |
| XYZ | 41.33 | 35.91 | 98.52 | - |
| YUV | 162.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 254 | 0.42 | 0.40 | 0 | 0.00 | 237.74 | 0.98 | 0.79 |
| Hex | 94 | 98 | FE | 2A | 28 | 0 | 0 | EE | 62 | 4F |
| Octal | 224 | 230 | 376 | 52 | 50 | 0 | 0 | 356 | 142 | 117 |
| Binary | 10010100 | 10011000 | 11111110 | 101010 | 101000 | 0 | 0 | 11101110 | 1100010 | 1001111 |
Color Harmonies of #9498FE
Complementary color
Monochromatic Colors of #9498FE
Black with #9498FE
Text Example
Text Example
White with #9498FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9498FE; }
p { color: rgb(148,152,254); }
H1.HeaderClassName
{
color: #9498FE;
}
.AnyTagClassName
{
color: #9498FE;
}
</style>
background-color css
<style>
a { background-color: #9498FE; }
a { background-color: rgb(148,152,254); }
div.DivClassName
{
background-color: #9498FE;
}
.BgClassName
{
background-color: #9498FE;
}
</style>
border-color css
<style>
span { border-color: #9498FE; }
span { border-color: rgb(148,152,254); }
td.TdClassName
{
border-color: #9498FE;
}
.TagClassName
{
border-color: #9498FE;
}
</style>