Shades of Portage #969FEC
Tints of Portage #969FEC
RGB
CMYK
RGB Variations
Color information
#969FEC (or 0x969FEC) is known color: Portage. HEX triplet: 96, 9F and EC. RGB value is (150,159,236). Sum of RGB (Red+Green+Blue) = 150+159+236=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #969FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FEC is #696013. Grayscale: #A4A4A4. Windows color (decimal): -6905876 or 15507350. OLE color: 15507350.
HSL color Cylindrical-coordinate representation of color #969FEC: hue angle of 233.72º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969FEC is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 159 | 236 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.07 |
| HSL | 233.72º | 0.69% | 0.76% | - |
| HSV(B) | 233.72º | 0.36% | 0.93% | - |
| XYZ | 40.12 | 37.34 | 84.45 | - |
| YUV | 165.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 236 | 0.36 | 0.33 | 0 | 0.07 | 233.72 | 0.69 | 0.76 |
| Hex | 96 | 9F | EC | 24 | 21 | 0 | 7 | EA | 45 | 4C |
| Octal | 226 | 237 | 354 | 44 | 41 | 0 | 7 | 352 | 105 | 114 |
| Binary | 10010110 | 10011111 | 11101100 | 100100 | 100001 | 0 | 111 | 11101010 | 1000101 | 1001100 |
Color Harmonies of #969FEC
Complementary color
Monochromatic Colors of #969FEC
Black with #969FEC
Text Example
Text Example
White with #969FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969FEC; }
p { color: rgb(150,159,236); }
H1.HeaderClassName
{
color: #969FEC;
}
.AnyTagClassName
{
color: #969FEC;
}
</style>
background-color css
<style>
a { background-color: #969FEC; }
a { background-color: rgb(150,159,236); }
div.DivClassName
{
background-color: #969FEC;
}
.BgClassName
{
background-color: #969FEC;
}
</style>
border-color css
<style>
span { border-color: #969FEC; }
span { border-color: rgb(150,159,236); }
td.TdClassName
{
border-color: #969FEC;
}
.TagClassName
{
border-color: #969FEC;
}
</style>