Shades of Portage #969DFF
Tints of Portage #969DFF
RGB
CMYK
RGB Variations
Color information
#969DFF (or 0x969DFF) is known color: Portage. HEX triplet: 96, 9D and FF. RGB value is (150,157,255). Sum of RGB (Red+Green+Blue) = 150+157+255=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #969DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969DFF is #696200. Grayscale: #A5A5A5. Windows color (decimal): -6906369 or 16752022. OLE color: 16752022.
HSL color Cylindrical-coordinate representation of color #969DFF: hue angle of 236º 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 #969DFF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 157 | 255 | - |
| CMYK | 0.41 | 0.38 | 0 | 0 |
| HSL | 236º | 1% | 0.79% | - |
| HSV(B) | 236º | 0.41% | 1% | - |
| XYZ | 42.68 | 37.82 | 99.66 | - |
| YUV | 166.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 255 | 0.41 | 0.38 | 0 | 0 | 236 | 1 | 0.79 |
| Hex | 96 | 9D | FF | 29 | 26 | 0 | 0 | EC | 64 | 4F |
| Octal | 226 | 235 | 377 | 51 | 46 | 0 | 0 | 354 | 144 | 117 |
| Binary | 10010110 | 10011101 | 11111111 | 101001 | 100110 | 0 | 0 | 11101100 | 1100100 | 1001111 |
Color Harmonies of #969DFF
Complementary color
Monochromatic Colors of #969DFF
Black with #969DFF
Text Example
Text Example
White with #969DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DFF; }
p { color: rgb(150,157,255); }
H1.HeaderClassName
{
color: #969DFF;
}
.AnyTagClassName
{
color: #969DFF;
}
</style>
background-color css
<style>
a { background-color: #969DFF; }
a { background-color: rgb(150,157,255); }
div.DivClassName
{
background-color: #969DFF;
}
.BgClassName
{
background-color: #969DFF;
}
</style>
border-color css
<style>
span { border-color: #969DFF; }
span { border-color: rgb(150,157,255); }
td.TdClassName
{
border-color: #969DFF;
}
.TagClassName
{
border-color: #969DFF;
}
</style>