Shades of Portage #968BEE
Tints of Portage #968BEE
RGB
CMYK
RGB Variations
Color information
#968BEE (or 0x968BEE) is known color: Portage. HEX triplet: 96, 8B and EE. RGB value is (150,139,238). Sum of RGB (Red+Green+Blue) = 150+139+238=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #968BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BEE is #697411. Grayscale: #999999. Windows color (decimal): -6910994 or 15633302. OLE color: 15633302.
HSL color Cylindrical-coordinate representation of color #968BEE: hue angle of 246.67º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968BEE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 139 | 238 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.07 |
| HSL | 246.67º | 0.74% | 0.74% | - |
| HSV(B) | 246.67º | 0.42% | 0.93% | - |
| XYZ | 37.24 | 31.12 | 84.93 | - |
| YUV | 153.58 | 175.64 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 238 | 0.37 | 0.42 | 0 | 0.07 | 246.67 | 0.74 | 0.74 |
| Hex | 96 | 8B | EE | 25 | 2A | 0 | 7 | F7 | 4A | 4A |
| Octal | 226 | 213 | 356 | 45 | 52 | 0 | 7 | 367 | 112 | 112 |
| Binary | 10010110 | 10001011 | 11101110 | 100101 | 101010 | 0 | 111 | 11110111 | 1001010 | 1001010 |
Color Harmonies of #968BEE
Complementary color
Monochromatic Colors of #968BEE
Black with #968BEE
Text Example
Text Example
White with #968BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BEE; }
p { color: rgb(150,139,238); }
H1.HeaderClassName
{
color: #968BEE;
}
.AnyTagClassName
{
color: #968BEE;
}
</style>
background-color css
<style>
a { background-color: #968BEE; }
a { background-color: rgb(150,139,238); }
div.DivClassName
{
background-color: #968BEE;
}
.BgClassName
{
background-color: #968BEE;
}
</style>
border-color css
<style>
span { border-color: #968BEE; }
span { border-color: rgb(150,139,238); }
td.TdClassName
{
border-color: #968BEE;
}
.TagClassName
{
border-color: #968BEE;
}
</style>