Shades of Portage #969BEF
Tints of Portage #969BEF
RGB
CMYK
RGB Variations
Color information
#969BEF (or 0x969BEF) is known color: Portage. HEX triplet: 96, 9B and EF. RGB value is (150,155,239). Sum of RGB (Red+Green+Blue) = 150+155+239=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #969BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969BEF is #696410. Grayscale: #A2A2A2. Windows color (decimal): -6906897 or 15702934. OLE color: 15702934.
HSL color Cylindrical-coordinate representation of color #969BEF: hue angle of 236.63º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969BEF is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 155 | 239 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.06 |
| HSL | 236.63º | 0.74% | 0.76% | - |
| HSV(B) | 236.63º | 0.37% | 0.94% | - |
| XYZ | 39.88 | 36.16 | 86.54 | - |
| YUV | 163.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 239 | 0.37 | 0.35 | 0 | 0.06 | 236.63 | 0.74 | 0.76 |
| Hex | 96 | 9B | EF | 25 | 23 | 0 | 6 | ED | 4A | 4C |
| Octal | 226 | 233 | 357 | 45 | 43 | 0 | 6 | 355 | 112 | 114 |
| Binary | 10010110 | 10011011 | 11101111 | 100101 | 100011 | 0 | 110 | 11101101 | 1001010 | 1001100 |
Color Harmonies of #969BEF
Complementary color
Monochromatic Colors of #969BEF
Black with #969BEF
Text Example
Text Example
White with #969BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BEF; }
p { color: rgb(150,155,239); }
H1.HeaderClassName
{
color: #969BEF;
}
.AnyTagClassName
{
color: #969BEF;
}
</style>
background-color css
<style>
a { background-color: #969BEF; }
a { background-color: rgb(150,155,239); }
div.DivClassName
{
background-color: #969BEF;
}
.BgClassName
{
background-color: #969BEF;
}
</style>
border-color css
<style>
span { border-color: #969BEF; }
span { border-color: rgb(150,155,239); }
td.TdClassName
{
border-color: #969BEF;
}
.TagClassName
{
border-color: #969BEF;
}
</style>