Shades of Portage #959FDD
Tints of Portage #959FDD
RGB
CMYK
RGB Variations
Color information
#959FDD (or 0x959FDD) is known color: Portage. HEX triplet: 95, 9F and DD. RGB value is (149,159,221). Sum of RGB (Red+Green+Blue) = 149+159+221=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #959FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FDD is #6A6022. Grayscale: #A2A2A2. Windows color (decimal): -6971427 or 14524309. OLE color: 14524309.
HSL color Cylindrical-coordinate representation of color #959FDD: hue angle of 231.67º degrees, saturation: 0.51, 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 #959FDD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 159 | 221 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.13 |
| HSL | 231.67º | 0.51% | 0.73% | - |
| HSV(B) | 231.67º | 0.33% | 0.87% | - |
| XYZ | 37.84 | 36.41 | 73.44 | - |
| YUV | 163.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 221 | 0.33 | 0.28 | 0 | 0.13 | 231.67 | 0.51 | 0.73 |
| Hex | 95 | 9F | DD | 21 | 1C | 0 | D | E8 | 33 | 49 |
| Octal | 225 | 237 | 335 | 41 | 34 | 0 | 15 | 350 | 63 | 111 |
| Binary | 10010101 | 10011111 | 11011101 | 100001 | 11100 | 0 | 1101 | 11101000 | 110011 | 1001001 |
Color Harmonies of #959FDD
Complementary color
Monochromatic Colors of #959FDD
Black with #959FDD
Text Example
Text Example
White with #959FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FDD; }
p { color: rgb(149,159,221); }
H1.HeaderClassName
{
color: #959FDD;
}
.AnyTagClassName
{
color: #959FDD;
}
</style>
background-color css
<style>
a { background-color: #959FDD; }
a { background-color: rgb(149,159,221); }
div.DivClassName
{
background-color: #959FDD;
}
.BgClassName
{
background-color: #959FDD;
}
</style>
border-color css
<style>
span { border-color: #959FDD; }
span { border-color: rgb(149,159,221); }
td.TdClassName
{
border-color: #959FDD;
}
.TagClassName
{
border-color: #959FDD;
}
</style>