Shades of Portage #959DD3
Tints of Portage #959DD3
RGB
CMYK
RGB Variations
Color information
#959DD3 (or 0x959DD3) is known color: Portage. HEX triplet: 95, 9D and D3. RGB value is (149,157,211). Sum of RGB (Red+Green+Blue) = 149+157+211=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 211 - color contains mainly: blue. Hex color #959DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DD3 is #6A622C. Grayscale: #A0A0A0. Windows color (decimal): -6971949 or 13868437. OLE color: 13868437.
HSL color Cylindrical-coordinate representation of color #959DD3: hue angle of 232.26º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #959DD3 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 157 | 211 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.17 |
| HSL | 232.26º | 0.41% | 0.71% | - |
| HSV(B) | 232.26º | 0.29% | 0.83% | - |
| XYZ | 36.21 | 35.21 | 66.52 | - |
| YUV | 160.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 211 | 0.29 | 0.26 | 0 | 0.17 | 232.26 | 0.41 | 0.71 |
| Hex | 95 | 9D | D3 | 1D | 1A | 0 | 11 | E8 | 29 | 47 |
| Octal | 225 | 235 | 323 | 35 | 32 | 0 | 21 | 350 | 51 | 107 |
| Binary | 10010101 | 10011101 | 11010011 | 11101 | 11010 | 0 | 10001 | 11101000 | 101001 | 1000111 |
Color Harmonies of #959DD3
Complementary color
Monochromatic Colors of #959DD3
Black with #959DD3
Text Example
Text Example
White with #959DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DD3; }
p { color: rgb(149,157,211); }
H1.HeaderClassName
{
color: #959DD3;
}
.AnyTagClassName
{
color: #959DD3;
}
</style>
background-color css
<style>
a { background-color: #959DD3; }
a { background-color: rgb(149,157,211); }
div.DivClassName
{
background-color: #959DD3;
}
.BgClassName
{
background-color: #959DD3;
}
</style>
border-color css
<style>
span { border-color: #959DD3; }
span { border-color: rgb(149,157,211); }
td.TdClassName
{
border-color: #959DD3;
}
.TagClassName
{
border-color: #959DD3;
}
</style>