Shades of Portage #968CED
Tints of Portage #968CED
RGB
CMYK
RGB Variations
Color information
#968CED (or 0x968CED) is known color: Portage. HEX triplet: 96, 8C and ED. RGB value is (150,140,237). Sum of RGB (Red+Green+Blue) = 150+140+237=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #968CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CED is #697312. Grayscale: #999999. Windows color (decimal): -6910739 or 15568022. OLE color: 15568022.
HSL color Cylindrical-coordinate representation of color #968CED: hue angle of 246.19º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #968CED is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 140 | 237 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.07 |
| HSL | 246.19º | 0.73% | 0.74% | - |
| HSV(B) | 246.19º | 0.41% | 0.93% | - |
| XYZ | 37.24 | 31.35 | 84.21 | - |
| YUV | 154.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 237 | 0.37 | 0.41 | 0 | 0.07 | 246.19 | 0.73 | 0.74 |
| Hex | 96 | 8C | ED | 25 | 29 | 0 | 7 | F6 | 49 | 4A |
| Octal | 226 | 214 | 355 | 45 | 51 | 0 | 7 | 366 | 111 | 112 |
| Binary | 10010110 | 10001100 | 11101101 | 100101 | 101001 | 0 | 111 | 11110110 | 1001001 | 1001010 |
Color Harmonies of #968CED
Complementary color
Monochromatic Colors of #968CED
Black with #968CED
Text Example
Text Example
White with #968CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CED; }
p { color: rgb(150,140,237); }
H1.HeaderClassName
{
color: #968CED;
}
.AnyTagClassName
{
color: #968CED;
}
</style>
background-color css
<style>
a { background-color: #968CED; }
a { background-color: rgb(150,140,237); }
div.DivClassName
{
background-color: #968CED;
}
.BgClassName
{
background-color: #968CED;
}
</style>
border-color css
<style>
span { border-color: #968CED; }
span { border-color: rgb(150,140,237); }
td.TdClassName
{
border-color: #968CED;
}
.TagClassName
{
border-color: #968CED;
}
</style>