Shades of Portage #968FED
Tints of Portage #968FED
RGB
CMYK
RGB Variations
Color information
#968FED (or 0x968FED) is known color: Portage. HEX triplet: 96, 8F and ED. RGB value is (150,143,237). Sum of RGB (Red+Green+Blue) = 150+143+237=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #968FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FED is #697012. Grayscale: #9B9B9B. Windows color (decimal): -6909971 or 15568790. OLE color: 15568790.
HSL color Cylindrical-coordinate representation of color #968FED: hue angle of 244.47º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #968FED is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 143 | 237 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.07 |
| HSL | 244.47º | 0.72% | 0.75% | - |
| HSV(B) | 244.47º | 0.4% | 0.93% | - |
| XYZ | 37.69 | 32.24 | 84.36 | - |
| YUV | 155.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 237 | 0.37 | 0.40 | 0 | 0.07 | 244.47 | 0.72 | 0.75 |
| Hex | 96 | 8F | ED | 25 | 28 | 0 | 7 | F4 | 48 | 4B |
| Octal | 226 | 217 | 355 | 45 | 50 | 0 | 7 | 364 | 110 | 113 |
| Binary | 10010110 | 10001111 | 11101101 | 100101 | 101000 | 0 | 111 | 11110100 | 1001000 | 1001011 |
Color Harmonies of #968FED
Complementary color
Monochromatic Colors of #968FED
Black with #968FED
Text Example
Text Example
White with #968FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968FED; }
p { color: rgb(150,143,237); }
H1.HeaderClassName
{
color: #968FED;
}
.AnyTagClassName
{
color: #968FED;
}
</style>
background-color css
<style>
a { background-color: #968FED; }
a { background-color: rgb(150,143,237); }
div.DivClassName
{
background-color: #968FED;
}
.BgClassName
{
background-color: #968FED;
}
</style>
border-color css
<style>
span { border-color: #968FED; }
span { border-color: rgb(150,143,237); }
td.TdClassName
{
border-color: #968FED;
}
.TagClassName
{
border-color: #968FED;
}
</style>