Shades of Portage #969CDF
Tints of Portage #969CDF
RGB
CMYK
RGB Variations
Color information
#969CDF (or 0x969CDF) is known color: Portage. HEX triplet: 96, 9C and DF. RGB value is (150,156,223). Sum of RGB (Red+Green+Blue) = 150+156+223=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #969CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CDF is #696320. Grayscale: #A1A1A1. Windows color (decimal): -6906657 or 14654614. OLE color: 14654614.
HSL color Cylindrical-coordinate representation of color #969CDF: hue angle of 235.07º 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 #969CDF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 156 | 223 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.13 |
| HSL | 235.07º | 0.53% | 0.73% | - |
| HSV(B) | 235.07º | 0.33% | 0.87% | - |
| XYZ | 37.79 | 35.59 | 74.69 | - |
| YUV | 161.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 223 | 0.33 | 0.30 | 0 | 0.13 | 235.07 | 0.53 | 0.73 |
| Hex | 96 | 9C | DF | 21 | 1E | 0 | D | EB | 35 | 49 |
| Octal | 226 | 234 | 337 | 41 | 36 | 0 | 15 | 353 | 65 | 111 |
| Binary | 10010110 | 10011100 | 11011111 | 100001 | 11110 | 0 | 1101 | 11101011 | 110101 | 1001001 |
Color Harmonies of #969CDF
Complementary color
Monochromatic Colors of #969CDF
Black with #969CDF
Text Example
Text Example
White with #969CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CDF; }
p { color: rgb(150,156,223); }
H1.HeaderClassName
{
color: #969CDF;
}
.AnyTagClassName
{
color: #969CDF;
}
</style>
background-color css
<style>
a { background-color: #969CDF; }
a { background-color: rgb(150,156,223); }
div.DivClassName
{
background-color: #969CDF;
}
.BgClassName
{
background-color: #969CDF;
}
</style>
border-color css
<style>
span { border-color: #969CDF; }
span { border-color: rgb(150,156,223); }
td.TdClassName
{
border-color: #969CDF;
}
.TagClassName
{
border-color: #969CDF;
}
</style>