Shades of Portage #9498FB
Tints of Portage #9498FB
RGB
CMYK
RGB Variations
Color information
#9498FB (or 0x9498FB) is known color: Portage. HEX triplet: 94, 98 and FB. RGB value is (148,152,251). Sum of RGB (Red+Green+Blue) = 148+152+251=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #9498FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9498FB is #6B6704. Grayscale: #A1A1A1. Windows color (decimal): -7038725 or 16488596. OLE color: 16488596.
HSL color Cylindrical-coordinate representation of color #9498FB: hue angle of 237.67º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9498FB is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 152 | 251 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.02 |
| HSL | 237.67º | 0.93% | 0.78% | - |
| HSV(B) | 237.67º | 0.41% | 0.98% | - |
| XYZ | 40.85 | 35.72 | 96.01 | - |
| YUV | 162.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 251 | 0.41 | 0.39 | 0 | 0.02 | 237.67 | 0.93 | 0.78 |
| Hex | 94 | 98 | FB | 29 | 27 | 0 | 2 | EE | 5D | 4E |
| Octal | 224 | 230 | 373 | 51 | 47 | 0 | 2 | 356 | 135 | 116 |
| Binary | 10010100 | 10011000 | 11111011 | 101001 | 100111 | 0 | 10 | 11101110 | 1011101 | 1001110 |
Color Harmonies of #9498FB
Complementary color
Monochromatic Colors of #9498FB
Black with #9498FB
Text Example
Text Example
White with #9498FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9498FB; }
p { color: rgb(148,152,251); }
H1.HeaderClassName
{
color: #9498FB;
}
.AnyTagClassName
{
color: #9498FB;
}
</style>
background-color css
<style>
a { background-color: #9498FB; }
a { background-color: rgb(148,152,251); }
div.DivClassName
{
background-color: #9498FB;
}
.BgClassName
{
background-color: #9498FB;
}
</style>
border-color css
<style>
span { border-color: #9498FB; }
span { border-color: rgb(148,152,251); }
td.TdClassName
{
border-color: #9498FB;
}
.TagClassName
{
border-color: #9498FB;
}
</style>