Shades of Portage #959DD7
Tints of Portage #959DD7
RGB
CMYK
RGB Variations
Color information
#959DD7 (or 0x959DD7) is known color: Portage. HEX triplet: 95, 9D and D7. RGB value is (149,157,215). Sum of RGB (Red+Green+Blue) = 149+157+215=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #959DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DD7 is #6A6228. Grayscale: #A0A0A0. Windows color (decimal): -6971945 or 14130581. OLE color: 14130581.
HSL color Cylindrical-coordinate representation of color #959DD7: hue angle of 232.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #959DD7 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 157 | 215 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.16 |
| HSL | 232.73º | 0.45% | 0.71% | - |
| HSV(B) | 232.73º | 0.31% | 0.84% | - |
| XYZ | 36.72 | 35.41 | 69.19 | - |
| YUV | 161.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 215 | 0.31 | 0.27 | 0 | 0.16 | 232.73 | 0.45 | 0.71 |
| Hex | 95 | 9D | D7 | 1F | 1B | 0 | 10 | E9 | 2D | 47 |
| Octal | 225 | 235 | 327 | 37 | 33 | 0 | 20 | 351 | 55 | 107 |
| Binary | 10010101 | 10011101 | 11010111 | 11111 | 11011 | 0 | 10000 | 11101001 | 101101 | 1000111 |
Color Harmonies of #959DD7
Complementary color
Monochromatic Colors of #959DD7
Black with #959DD7
Text Example
Text Example
White with #959DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DD7; }
p { color: rgb(149,157,215); }
H1.HeaderClassName
{
color: #959DD7;
}
.AnyTagClassName
{
color: #959DD7;
}
</style>
background-color css
<style>
a { background-color: #959DD7; }
a { background-color: rgb(149,157,215); }
div.DivClassName
{
background-color: #959DD7;
}
.BgClassName
{
background-color: #959DD7;
}
</style>
border-color css
<style>
span { border-color: #959DD7; }
span { border-color: rgb(149,157,215); }
td.TdClassName
{
border-color: #959DD7;
}
.TagClassName
{
border-color: #959DD7;
}
</style>