Shades of Portage #969EF5
Tints of Portage #969EF5
RGB
CMYK
RGB Variations
Color information
#969EF5 (or 0x969EF5) is known color: Portage. HEX triplet: 96, 9E and F5. RGB value is (150,158,245). Sum of RGB (Red+Green+Blue) = 150+158+245=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #969EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969EF5 is #69610A. Grayscale: #A5A5A5. Windows color (decimal): -6906123 or 16096918. OLE color: 16096918.
HSL color Cylindrical-coordinate representation of color #969EF5: hue angle of 234.95º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #969EF5 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 158 | 245 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.04 |
| HSL | 234.95º | 0.83% | 0.77% | - |
| HSV(B) | 234.95º | 0.39% | 0.96% | - |
| XYZ | 41.29 | 37.53 | 91.45 | - |
| YUV | 165.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 245 | 0.39 | 0.36 | 0 | 0.04 | 234.95 | 0.83 | 0.77 |
| Hex | 96 | 9E | F5 | 27 | 24 | 0 | 4 | EB | 53 | 4D |
| Octal | 226 | 236 | 365 | 47 | 44 | 0 | 4 | 353 | 123 | 115 |
| Binary | 10010110 | 10011110 | 11110101 | 100111 | 100100 | 0 | 100 | 11101011 | 1010011 | 1001101 |
Color Harmonies of #969EF5
Complementary color
Monochromatic Colors of #969EF5
Black with #969EF5
Text Example
Text Example
White with #969EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969EF5; }
p { color: rgb(150,158,245); }
H1.HeaderClassName
{
color: #969EF5;
}
.AnyTagClassName
{
color: #969EF5;
}
</style>
background-color css
<style>
a { background-color: #969EF5; }
a { background-color: rgb(150,158,245); }
div.DivClassName
{
background-color: #969EF5;
}
.BgClassName
{
background-color: #969EF5;
}
</style>
border-color css
<style>
span { border-color: #969EF5; }
span { border-color: rgb(150,158,245); }
td.TdClassName
{
border-color: #969EF5;
}
.TagClassName
{
border-color: #969EF5;
}
</style>