Shades of Portage #9894F9
Tints of Portage #9894F9
RGB
CMYK
RGB Variations
Color information
#9894F9 (or 0x9894F9) is known color: Portage. HEX triplet: 98, 94 and F9. RGB value is (152,148,249). Sum of RGB (Red+Green+Blue) = 152+148+249=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #9894F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9894F9 is #676B06. Grayscale: #A0A0A0. Windows color (decimal): -6777607 or 16356504. OLE color: 16356504.
HSL color Cylindrical-coordinate representation of color #9894F9: hue angle of 242.38º degrees, saturation: 0.89, 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 #9894F9 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 148 | 249 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.02 |
| HSL | 242.38º | 0.89% | 0.78% | - |
| HSV(B) | 242.38º | 0.41% | 0.98% | - |
| XYZ | 40.64 | 34.69 | 94.18 | - |
| YUV | 160.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 249 | 0.39 | 0.41 | 0 | 0.02 | 242.38 | 0.89 | 0.78 |
| Hex | 98 | 94 | F9 | 27 | 29 | 0 | 2 | F2 | 59 | 4E |
| Octal | 230 | 224 | 371 | 47 | 51 | 0 | 2 | 362 | 131 | 116 |
| Binary | 10011000 | 10010100 | 11111001 | 100111 | 101001 | 0 | 10 | 11110010 | 1011001 | 1001110 |
Color Harmonies of #9894F9
Complementary color
Monochromatic Colors of #9894F9
Black with #9894F9
Text Example
Text Example
White with #9894F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9894F9; }
p { color: rgb(152,148,249); }
H1.HeaderClassName
{
color: #9894F9;
}
.AnyTagClassName
{
color: #9894F9;
}
</style>
background-color css
<style>
a { background-color: #9894F9; }
a { background-color: rgb(152,148,249); }
div.DivClassName
{
background-color: #9894F9;
}
.BgClassName
{
background-color: #9894F9;
}
</style>
border-color css
<style>
span { border-color: #9894F9; }
span { border-color: rgb(152,148,249); }
td.TdClassName
{
border-color: #9894F9;
}
.TagClassName
{
border-color: #9894F9;
}
</style>