Shades of Portage #969FE1
Tints of Portage #969FE1
RGB
CMYK
RGB Variations
Color information
#969FE1 (or 0x969FE1) is known color: Portage. HEX triplet: 96, 9F and E1. RGB value is (150,159,225). Sum of RGB (Red+Green+Blue) = 150+159+225=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #969FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FE1 is #69601E. Grayscale: #A3A3A3. Windows color (decimal): -6905887 or 14786454. OLE color: 14786454.
HSL color Cylindrical-coordinate representation of color #969FE1: hue angle of 232.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969FE1 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 159 | 225 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.12 |
| HSL | 232.8º | 0.56% | 0.74% | - |
| HSV(B) | 232.8º | 0.33% | 0.88% | - |
| XYZ | 38.57 | 36.72 | 76.29 | - |
| YUV | 163.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 225 | 0.33 | 0.29 | 0 | 0.12 | 232.8 | 0.56 | 0.74 |
| Hex | 96 | 9F | E1 | 21 | 1D | 0 | C | E9 | 38 | 4A |
| Octal | 226 | 237 | 341 | 41 | 35 | 0 | 14 | 351 | 70 | 112 |
| Binary | 10010110 | 10011111 | 11100001 | 100001 | 11101 | 0 | 1100 | 11101001 | 111000 | 1001010 |
Color Harmonies of #969FE1
Complementary color
Monochromatic Colors of #969FE1
Black with #969FE1
Text Example
Text Example
White with #969FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969FE1; }
p { color: rgb(150,159,225); }
H1.HeaderClassName
{
color: #969FE1;
}
.AnyTagClassName
{
color: #969FE1;
}
</style>
background-color css
<style>
a { background-color: #969FE1; }
a { background-color: rgb(150,159,225); }
div.DivClassName
{
background-color: #969FE1;
}
.BgClassName
{
background-color: #969FE1;
}
</style>
border-color css
<style>
span { border-color: #969FE1; }
span { border-color: rgb(150,159,225); }
td.TdClassName
{
border-color: #969FE1;
}
.TagClassName
{
border-color: #969FE1;
}
</style>