Shades of Portage #969DDF
Tints of Portage #969DDF
RGB
CMYK
RGB Variations
Color information
#969DDF (or 0x969DDF) is known color: Portage. HEX triplet: 96, 9D and DF. RGB value is (150,157,223). Sum of RGB (Red+Green+Blue) = 150+157+223=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #969DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DDF is #696220. Grayscale: #A2A2A2. Windows color (decimal): -6906401 or 14654870. OLE color: 14654870.
HSL color Cylindrical-coordinate representation of color #969DDF: hue angle of 234.25º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969DDF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 157 | 223 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.13 |
| HSL | 234.25º | 0.53% | 0.73% | - |
| HSV(B) | 234.25º | 0.33% | 0.87% | - |
| XYZ | 37.95 | 35.93 | 74.75 | - |
| YUV | 162.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 223 | 0.33 | 0.30 | 0 | 0.13 | 234.25 | 0.53 | 0.73 |
| Hex | 96 | 9D | DF | 21 | 1E | 0 | D | EA | 35 | 49 |
| Octal | 226 | 235 | 337 | 41 | 36 | 0 | 15 | 352 | 65 | 111 |
| Binary | 10010110 | 10011101 | 11011111 | 100001 | 11110 | 0 | 1101 | 11101010 | 110101 | 1001001 |
Color Harmonies of #969DDF
Complementary color
Monochromatic Colors of #969DDF
Black with #969DDF
Text Example
Text Example
White with #969DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DDF; }
p { color: rgb(150,157,223); }
H1.HeaderClassName
{
color: #969DDF;
}
.AnyTagClassName
{
color: #969DDF;
}
</style>
background-color css
<style>
a { background-color: #969DDF; }
a { background-color: rgb(150,157,223); }
div.DivClassName
{
background-color: #969DDF;
}
.BgClassName
{
background-color: #969DDF;
}
</style>
border-color css
<style>
span { border-color: #969DDF; }
span { border-color: rgb(150,157,223); }
td.TdClassName
{
border-color: #969DDF;
}
.TagClassName
{
border-color: #969DDF;
}
</style>