Shades of Portage #959FD5
Tints of Portage #959FD5
RGB
CMYK
RGB Variations
Color information
#959FD5 (or 0x959FD5) is known color: Portage. HEX triplet: 95, 9F and D5. RGB value is (149,159,213). Sum of RGB (Red+Green+Blue) = 149+159+213=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #959FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FD5 is #6A602A. Grayscale: #A1A1A1. Windows color (decimal): -6971435 or 14000021. OLE color: 14000021.
HSL color Cylindrical-coordinate representation of color #959FD5: hue angle of 230.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959FD5 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 159 | 213 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.16 |
| HSL | 230.63º | 0.43% | 0.71% | - |
| HSV(B) | 230.63º | 0.3% | 0.84% | - |
| XYZ | 36.8 | 35.99 | 67.96 | - |
| YUV | 162.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 213 | 0.30 | 0.25 | 0 | 0.16 | 230.63 | 0.43 | 0.71 |
| Hex | 95 | 9F | D5 | 1E | 19 | 0 | 10 | E7 | 2B | 47 |
| Octal | 225 | 237 | 325 | 36 | 31 | 0 | 20 | 347 | 53 | 107 |
| Binary | 10010101 | 10011111 | 11010101 | 11110 | 11001 | 0 | 10000 | 11100111 | 101011 | 1000111 |
Color Harmonies of #959FD5
Complementary color
Monochromatic Colors of #959FD5
Black with #959FD5
Text Example
Text Example
White with #959FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FD5; }
p { color: rgb(149,159,213); }
H1.HeaderClassName
{
color: #959FD5;
}
.AnyTagClassName
{
color: #959FD5;
}
</style>
background-color css
<style>
a { background-color: #959FD5; }
a { background-color: rgb(149,159,213); }
div.DivClassName
{
background-color: #959FD5;
}
.BgClassName
{
background-color: #959FD5;
}
</style>
border-color css
<style>
span { border-color: #959FD5; }
span { border-color: rgb(149,159,213); }
td.TdClassName
{
border-color: #959FD5;
}
.TagClassName
{
border-color: #959FD5;
}
</style>