Shades of Portage #969BFF
Tints of Portage #969BFF
RGB
CMYK
RGB Variations
Color information
#969BFF (or 0x969BFF) is known color: Portage. HEX triplet: 96, 9B and FF. RGB value is (150,155,255). Sum of RGB (Red+Green+Blue) = 150+155+255=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #969BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969BFF is #696400. Grayscale: #A4A4A4. Windows color (decimal): -6906881 or 16751510. OLE color: 16751510.
HSL color Cylindrical-coordinate representation of color #969BFF: hue angle of 237.14º 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 #969BFF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 155 | 255 | - |
| CMYK | 0.41 | 0.39 | 0 | 0 |
| HSL | 237.14º | 1% | 0.79% | - |
| HSV(B) | 237.14º | 0.41% | 1% | - |
| XYZ | 42.35 | 37.15 | 99.55 | - |
| YUV | 164.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 255 | 0.41 | 0.39 | 0 | 0 | 237.14 | 1 | 0.79 |
| Hex | 96 | 9B | FF | 29 | 27 | 0 | 0 | ED | 64 | 4F |
| Octal | 226 | 233 | 377 | 51 | 47 | 0 | 0 | 355 | 144 | 117 |
| Binary | 10010110 | 10011011 | 11111111 | 101001 | 100111 | 0 | 0 | 11101101 | 1100100 | 1001111 |
Color Harmonies of #969BFF
Complementary color
Monochromatic Colors of #969BFF
Black with #969BFF
Text Example
Text Example
White with #969BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BFF; }
p { color: rgb(150,155,255); }
H1.HeaderClassName
{
color: #969BFF;
}
.AnyTagClassName
{
color: #969BFF;
}
</style>
background-color css
<style>
a { background-color: #969BFF; }
a { background-color: rgb(150,155,255); }
div.DivClassName
{
background-color: #969BFF;
}
.BgClassName
{
background-color: #969BFF;
}
</style>
border-color css
<style>
span { border-color: #969BFF; }
span { border-color: rgb(150,155,255); }
td.TdClassName
{
border-color: #969BFF;
}
.TagClassName
{
border-color: #969BFF;
}
</style>