Shades of Portage #968CEC
Tints of Portage #968CEC
RGB
CMYK
RGB Variations
Color information
#968CEC (or 0x968CEC) is known color: Portage. HEX triplet: 96, 8C and EC. RGB value is (150,140,236). Sum of RGB (Red+Green+Blue) = 150+140+236=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #968CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CEC is #697313. Grayscale: #999999. Windows color (decimal): -6910740 or 15502486. OLE color: 15502486.
HSL color Cylindrical-coordinate representation of color #968CEC: hue angle of 246.25º degrees, saturation: 0.72, 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 #968CEC is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 140 | 236 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.07 |
| HSL | 246.25º | 0.72% | 0.74% | - |
| HSV(B) | 246.25º | 0.41% | 0.93% | - |
| XYZ | 37.1 | 31.3 | 83.44 | - |
| YUV | 153.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 236 | 0.36 | 0.41 | 0 | 0.07 | 246.25 | 0.72 | 0.74 |
| Hex | 96 | 8C | EC | 24 | 29 | 0 | 7 | F6 | 48 | 4A |
| Octal | 226 | 214 | 354 | 44 | 51 | 0 | 7 | 366 | 110 | 112 |
| Binary | 10010110 | 10001100 | 11101100 | 100100 | 101001 | 0 | 111 | 11110110 | 1001000 | 1001010 |
Color Harmonies of #968CEC
Complementary color
Monochromatic Colors of #968CEC
Black with #968CEC
Text Example
Text Example
White with #968CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CEC; }
p { color: rgb(150,140,236); }
H1.HeaderClassName
{
color: #968CEC;
}
.AnyTagClassName
{
color: #968CEC;
}
</style>
background-color css
<style>
a { background-color: #968CEC; }
a { background-color: rgb(150,140,236); }
div.DivClassName
{
background-color: #968CEC;
}
.BgClassName
{
background-color: #968CEC;
}
</style>
border-color css
<style>
span { border-color: #968CEC; }
span { border-color: rgb(150,140,236); }
td.TdClassName
{
border-color: #968CEC;
}
.TagClassName
{
border-color: #968CEC;
}
</style>