Shades of Portage #969DF2
Tints of Portage #969DF2
RGB
CMYK
RGB Variations
Color information
#969DF2 (or 0x969DF2) is known color: Portage. HEX triplet: 96, 9D and F2. RGB value is (150,157,242). Sum of RGB (Red+Green+Blue) = 150+157+242=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #969DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969DF2 is #69620D. Grayscale: #A4A4A4. Windows color (decimal): -6906382 or 15900054. OLE color: 15900054.
HSL color Cylindrical-coordinate representation of color #969DF2: hue angle of 235.43º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #969DF2 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 157 | 242 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.05 |
| HSL | 235.43º | 0.78% | 0.77% | - |
| HSV(B) | 235.43º | 0.38% | 0.95% | - |
| XYZ | 40.66 | 37.01 | 89 | - |
| YUV | 164.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 242 | 0.38 | 0.35 | 0 | 0.05 | 235.43 | 0.78 | 0.77 |
| Hex | 96 | 9D | F2 | 26 | 23 | 0 | 5 | EB | 4E | 4D |
| Octal | 226 | 235 | 362 | 46 | 43 | 0 | 5 | 353 | 116 | 115 |
| Binary | 10010110 | 10011101 | 11110010 | 100110 | 100011 | 0 | 101 | 11101011 | 1001110 | 1001101 |
Color Harmonies of #969DF2
Complementary color
Monochromatic Colors of #969DF2
Black with #969DF2
Text Example
Text Example
White with #969DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DF2; }
p { color: rgb(150,157,242); }
H1.HeaderClassName
{
color: #969DF2;
}
.AnyTagClassName
{
color: #969DF2;
}
</style>
background-color css
<style>
a { background-color: #969DF2; }
a { background-color: rgb(150,157,242); }
div.DivClassName
{
background-color: #969DF2;
}
.BgClassName
{
background-color: #969DF2;
}
</style>
border-color css
<style>
span { border-color: #969DF2; }
span { border-color: rgb(150,157,242); }
td.TdClassName
{
border-color: #969DF2;
}
.TagClassName
{
border-color: #969DF2;
}
</style>