Shades of Portage #998FEF
Tints of Portage #998FEF
RGB
CMYK
RGB Variations
Color information
#998FEF (or 0x998FEF) is known color: Portage. HEX triplet: 99, 8F and EF. RGB value is (153,143,239). Sum of RGB (Red+Green+Blue) = 153+143+239=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #998FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FEF is #667010. Grayscale: #9C9C9C. Windows color (decimal): -6713361 or 15699865. OLE color: 15699865.
HSL color Cylindrical-coordinate representation of color #998FEF: hue angle of 246.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #998FEF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 143 | 239 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.06 |
| HSL | 246.25º | 0.75% | 0.75% | - |
| HSV(B) | 246.25º | 0.4% | 0.94% | - |
| XYZ | 38.54 | 32.65 | 85.93 | - |
| YUV | 156.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 239 | 0.36 | 0.40 | 0 | 0.06 | 246.25 | 0.75 | 0.75 |
| Hex | 99 | 8F | EF | 24 | 28 | 0 | 6 | F6 | 4B | 4B |
| Octal | 231 | 217 | 357 | 44 | 50 | 0 | 6 | 366 | 113 | 113 |
| Binary | 10011001 | 10001111 | 11101111 | 100100 | 101000 | 0 | 110 | 11110110 | 1001011 | 1001011 |
Color Harmonies of #998FEF
Complementary color
Monochromatic Colors of #998FEF
Black with #998FEF
Text Example
Text Example
White with #998FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FEF; }
p { color: rgb(153,143,239); }
H1.HeaderClassName
{
color: #998FEF;
}
.AnyTagClassName
{
color: #998FEF;
}
</style>
background-color css
<style>
a { background-color: #998FEF; }
a { background-color: rgb(153,143,239); }
div.DivClassName
{
background-color: #998FEF;
}
.BgClassName
{
background-color: #998FEF;
}
</style>
border-color css
<style>
span { border-color: #998FEF; }
span { border-color: rgb(153,143,239); }
td.TdClassName
{
border-color: #998FEF;
}
.TagClassName
{
border-color: #998FEF;
}
</style>