Shades of Portage #968CEE
Tints of Portage #968CEE
RGB
CMYK
RGB Variations
Color information
#968CEE (or 0x968CEE) is known color: Portage. HEX triplet: 96, 8C and EE. RGB value is (150,140,238). Sum of RGB (Red+Green+Blue) = 150+140+238=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #968CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CEE is #697311. Grayscale: #999999. Windows color (decimal): -6910738 or 15633558. OLE color: 15633558.
HSL color Cylindrical-coordinate representation of color #968CEE: hue angle of 246.12º degrees, saturation: 0.74, 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 #968CEE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 140 | 238 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.07 |
| HSL | 246.12º | 0.74% | 0.74% | - |
| HSV(B) | 246.12º | 0.41% | 0.93% | - |
| XYZ | 37.39 | 31.41 | 84.98 | - |
| YUV | 154.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 238 | 0.37 | 0.41 | 0 | 0.07 | 246.12 | 0.74 | 0.74 |
| Hex | 96 | 8C | EE | 25 | 29 | 0 | 7 | F6 | 4A | 4A |
| Octal | 226 | 214 | 356 | 45 | 51 | 0 | 7 | 366 | 112 | 112 |
| Binary | 10010110 | 10001100 | 11101110 | 100101 | 101001 | 0 | 111 | 11110110 | 1001010 | 1001010 |
Color Harmonies of #968CEE
Complementary color
Monochromatic Colors of #968CEE
Black with #968CEE
Text Example
Text Example
White with #968CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CEE; }
p { color: rgb(150,140,238); }
H1.HeaderClassName
{
color: #968CEE;
}
.AnyTagClassName
{
color: #968CEE;
}
</style>
background-color css
<style>
a { background-color: #968CEE; }
a { background-color: rgb(150,140,238); }
div.DivClassName
{
background-color: #968CEE;
}
.BgClassName
{
background-color: #968CEE;
}
</style>
border-color css
<style>
span { border-color: #968CEE; }
span { border-color: rgb(150,140,238); }
td.TdClassName
{
border-color: #968CEE;
}
.TagClassName
{
border-color: #968CEE;
}
</style>