Shades of Portage #959DDF
Tints of Portage #959DDF
RGB
CMYK
RGB Variations
Color information
#959DDF (or 0x959DDF) is known color: Portage. HEX triplet: 95, 9D and DF. RGB value is (149,157,223). Sum of RGB (Red+Green+Blue) = 149+157+223=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 157 (61.72% from 255 or 29.68% 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 #959DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DDF is #6A6220. Grayscale: #A1A1A1. Windows color (decimal): -6971937 or 14654869. OLE color: 14654869.
HSL color Cylindrical-coordinate representation of color #959DDF: hue angle of 233.51º degrees, saturation: 0.54, 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 #959DDF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 157 | 223 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.13 |
| HSL | 233.51º | 0.54% | 0.73% | - |
| HSV(B) | 233.51º | 0.33% | 0.87% | - |
| XYZ | 37.77 | 35.83 | 74.74 | - |
| YUV | 162.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 223 | 0.33 | 0.30 | 0 | 0.13 | 233.51 | 0.54 | 0.73 |
| Hex | 95 | 9D | DF | 21 | 1E | 0 | D | EA | 36 | 49 |
| Octal | 225 | 235 | 337 | 41 | 36 | 0 | 15 | 352 | 66 | 111 |
| Binary | 10010101 | 10011101 | 11011111 | 100001 | 11110 | 0 | 1101 | 11101010 | 110110 | 1001001 |
Color Harmonies of #959DDF
Complementary color
Monochromatic Colors of #959DDF
Black with #959DDF
Text Example
Text Example
White with #959DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DDF; }
p { color: rgb(149,157,223); }
H1.HeaderClassName
{
color: #959DDF;
}
.AnyTagClassName
{
color: #959DDF;
}
</style>
background-color css
<style>
a { background-color: #959DDF; }
a { background-color: rgb(149,157,223); }
div.DivClassName
{
background-color: #959DDF;
}
.BgClassName
{
background-color: #959DDF;
}
</style>
border-color css
<style>
span { border-color: #959DDF; }
span { border-color: rgb(149,157,223); }
td.TdClassName
{
border-color: #959DDF;
}
.TagClassName
{
border-color: #959DDF;
}
</style>