Shades of Portage #969EFF
Tints of Portage #969EFF
RGB
CMYK
RGB Variations
Color information
#969EFF (or 0x969EFF) is known color: Portage. HEX triplet: 96, 9E and FF. RGB value is (150,158,255). Sum of RGB (Red+Green+Blue) = 150+158+255=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #969EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969EFF is #696100. Grayscale: #A6A6A6. Windows color (decimal): -6906113 or 16752278. OLE color: 16752278.
HSL color Cylindrical-coordinate representation of color #969EFF: hue angle of 235.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969EFF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 158 | 255 | - |
| CMYK | 0.41 | 0.38 | 0 | 0 |
| HSL | 235.43º | 1% | 0.79% | - |
| HSV(B) | 235.43º | 0.41% | 1% | - |
| XYZ | 42.85 | 38.16 | 99.71 | - |
| YUV | 166.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 255 | 0.41 | 0.38 | 0 | 0 | 235.43 | 1 | 0.79 |
| Hex | 96 | 9E | FF | 29 | 26 | 0 | 0 | EB | 64 | 4F |
| Octal | 226 | 236 | 377 | 51 | 46 | 0 | 0 | 353 | 144 | 117 |
| Binary | 10010110 | 10011110 | 11111111 | 101001 | 100110 | 0 | 0 | 11101011 | 1100100 | 1001111 |
Color Harmonies of #969EFF
Complementary color
Monochromatic Colors of #969EFF
Black with #969EFF
Text Example
Text Example
White with #969EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969EFF; }
p { color: rgb(150,158,255); }
H1.HeaderClassName
{
color: #969EFF;
}
.AnyTagClassName
{
color: #969EFF;
}
</style>
background-color css
<style>
a { background-color: #969EFF; }
a { background-color: rgb(150,158,255); }
div.DivClassName
{
background-color: #969EFF;
}
.BgClassName
{
background-color: #969EFF;
}
</style>
border-color css
<style>
span { border-color: #969EFF; }
span { border-color: rgb(150,158,255); }
td.TdClassName
{
border-color: #969EFF;
}
.TagClassName
{
border-color: #969EFF;
}
</style>