Shades of Portage #9994F8
Tints of Portage #9994F8
RGB
CMYK
RGB Variations
Color information
#9994F8 (or 0x9994F8) is known color: Portage. HEX triplet: 99, 94 and F8. RGB value is (153,148,248). Sum of RGB (Red+Green+Blue) = 153+148+248=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #9994F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9994F8 is #666B07. Grayscale: #A0A0A0. Windows color (decimal): -6712072 or 16290969. OLE color: 16290969.
HSL color Cylindrical-coordinate representation of color #9994F8: hue angle of 243º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9994F8 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 148 | 248 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.03 |
| HSL | 243º | 0.88% | 0.78% | - |
| HSV(B) | 243º | 0.4% | 0.97% | - |
| XYZ | 40.67 | 34.73 | 93.37 | - |
| YUV | 160.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 248 | 0.38 | 0.40 | 0 | 0.03 | 243 | 0.88 | 0.78 |
| Hex | 99 | 94 | F8 | 26 | 28 | 0 | 3 | F3 | 58 | 4E |
| Octal | 231 | 224 | 370 | 46 | 50 | 0 | 3 | 363 | 130 | 116 |
| Binary | 10011001 | 10010100 | 11111000 | 100110 | 101000 | 0 | 11 | 11110011 | 1011000 | 1001110 |
Color Harmonies of #9994F8
Complementary color
Monochromatic Colors of #9994F8
Black with #9994F8
Text Example
Text Example
White with #9994F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9994F8; }
p { color: rgb(153,148,248); }
H1.HeaderClassName
{
color: #9994F8;
}
.AnyTagClassName
{
color: #9994F8;
}
</style>
background-color css
<style>
a { background-color: #9994F8; }
a { background-color: rgb(153,148,248); }
div.DivClassName
{
background-color: #9994F8;
}
.BgClassName
{
background-color: #9994F8;
}
</style>
border-color css
<style>
span { border-color: #9994F8; }
span { border-color: rgb(153,148,248); }
td.TdClassName
{
border-color: #9994F8;
}
.TagClassName
{
border-color: #9994F8;
}
</style>