Shades of Portage #969BFB
Tints of Portage #969BFB
RGB
CMYK
RGB Variations
Color information
#969BFB (or 0x969BFB) is known color: Portage. HEX triplet: 96, 9B and FB. RGB value is (150,155,251). Sum of RGB (Red+Green+Blue) = 150+155+251=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #969BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969BFB is #696404. Grayscale: #A4A4A4. Windows color (decimal): -6906885 or 16489366. OLE color: 16489366.
HSL color Cylindrical-coordinate representation of color #969BFB: hue angle of 237.03º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #969BFB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 155 | 251 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.02 |
| HSL | 237.03º | 0.93% | 0.79% | - |
| HSV(B) | 237.03º | 0.4% | 0.98% | - |
| XYZ | 41.71 | 36.89 | 96.19 | - |
| YUV | 164.45 | 176.84 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 251 | 0.40 | 0.38 | 0 | 0.02 | 237.03 | 0.93 | 0.79 |
| Hex | 96 | 9B | FB | 28 | 26 | 0 | 2 | ED | 5D | 4F |
| Octal | 226 | 233 | 373 | 50 | 46 | 0 | 2 | 355 | 135 | 117 |
| Binary | 10010110 | 10011011 | 11111011 | 101000 | 100110 | 0 | 10 | 11101101 | 1011101 | 1001111 |
Color Harmonies of #969BFB
Complementary color
Monochromatic Colors of #969BFB
Black with #969BFB
Text Example
Text Example
White with #969BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BFB; }
p { color: rgb(150,155,251); }
H1.HeaderClassName
{
color: #969BFB;
}
.AnyTagClassName
{
color: #969BFB;
}
</style>
background-color css
<style>
a { background-color: #969BFB; }
a { background-color: rgb(150,155,251); }
div.DivClassName
{
background-color: #969BFB;
}
.BgClassName
{
background-color: #969BFB;
}
</style>
border-color css
<style>
span { border-color: #969BFB; }
span { border-color: rgb(150,155,251); }
td.TdClassName
{
border-color: #969BFB;
}
.TagClassName
{
border-color: #969BFB;
}
</style>