Shades of Portage #968DF1
Tints of Portage #968DF1
RGB
CMYK
RGB Variations
Color information
#968DF1 (or 0x968DF1) is known color: Portage. HEX triplet: 96, 8D and F1. RGB value is (150,141,241). Sum of RGB (Red+Green+Blue) = 150+141+241=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #968DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DF1 is #69720E. Grayscale: #9A9A9A. Windows color (decimal): -6910479 or 15830422. OLE color: 15830422.
HSL color Cylindrical-coordinate representation of color #968DF1: hue angle of 245.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #968DF1 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 141 | 241 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.05 |
| HSL | 245.4º | 0.78% | 0.75% | - |
| HSV(B) | 245.4º | 0.41% | 0.95% | - |
| XYZ | 37.98 | 31.88 | 87.37 | - |
| YUV | 155.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 241 | 0.38 | 0.41 | 0 | 0.05 | 245.4 | 0.78 | 0.75 |
| Hex | 96 | 8D | F1 | 26 | 29 | 0 | 5 | F5 | 4E | 4B |
| Octal | 226 | 215 | 361 | 46 | 51 | 0 | 5 | 365 | 116 | 113 |
| Binary | 10010110 | 10001101 | 11110001 | 100110 | 101001 | 0 | 101 | 11110101 | 1001110 | 1001011 |
Color Harmonies of #968DF1
Complementary color
Monochromatic Colors of #968DF1
Black with #968DF1
Text Example
Text Example
White with #968DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DF1; }
p { color: rgb(150,141,241); }
H1.HeaderClassName
{
color: #968DF1;
}
.AnyTagClassName
{
color: #968DF1;
}
</style>
background-color css
<style>
a { background-color: #968DF1; }
a { background-color: rgb(150,141,241); }
div.DivClassName
{
background-color: #968DF1;
}
.BgClassName
{
background-color: #968DF1;
}
</style>
border-color css
<style>
span { border-color: #968DF1; }
span { border-color: rgb(150,141,241); }
td.TdClassName
{
border-color: #968DF1;
}
.TagClassName
{
border-color: #968DF1;
}
</style>