Shades of Portage #968EF2
Tints of Portage #968EF2
RGB
CMYK
RGB Variations
Color information
#968EF2 (or 0x968EF2) is known color: Portage. HEX triplet: 96, 8E and F2. RGB value is (150,142,242). Sum of RGB (Red+Green+Blue) = 150+142+242=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #968EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EF2 is #69710D. Grayscale: #9B9B9B. Windows color (decimal): -6910222 or 15896214. OLE color: 15896214.
HSL color Cylindrical-coordinate representation of color #968EF2: hue angle of 244.8º degrees, saturation: 0.79, 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 #968EF2 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 142 | 242 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.05 |
| HSL | 244.8º | 0.79% | 0.75% | - |
| HSV(B) | 244.8º | 0.41% | 0.95% | - |
| XYZ | 38.28 | 32.24 | 88.21 | - |
| YUV | 155.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 242 | 0.38 | 0.41 | 0 | 0.05 | 244.8 | 0.79 | 0.75 |
| Hex | 96 | 8E | F2 | 26 | 29 | 0 | 5 | F5 | 4F | 4B |
| Octal | 226 | 216 | 362 | 46 | 51 | 0 | 5 | 365 | 117 | 113 |
| Binary | 10010110 | 10001110 | 11110010 | 100110 | 101001 | 0 | 101 | 11110101 | 1001111 | 1001011 |
Color Harmonies of #968EF2
Complementary color
Monochromatic Colors of #968EF2
Black with #968EF2
Text Example
Text Example
White with #968EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968EF2; }
p { color: rgb(150,142,242); }
H1.HeaderClassName
{
color: #968EF2;
}
.AnyTagClassName
{
color: #968EF2;
}
</style>
background-color css
<style>
a { background-color: #968EF2; }
a { background-color: rgb(150,142,242); }
div.DivClassName
{
background-color: #968EF2;
}
.BgClassName
{
background-color: #968EF2;
}
</style>
border-color css
<style>
span { border-color: #968EF2; }
span { border-color: rgb(150,142,242); }
td.TdClassName
{
border-color: #968EF2;
}
.TagClassName
{
border-color: #968EF2;
}
</style>