Shades of Portage #959BDD
Tints of Portage #959BDD
RGB
CMYK
RGB Variations
Color information
#959BDD (or 0x959BDD) is known color: Portage. HEX triplet: 95, 9B and DD. RGB value is (149,155,221). Sum of RGB (Red+Green+Blue) = 149+155+221=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #959BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BDD is #6A6422. Grayscale: #A0A0A0. Windows color (decimal): -6972451 or 14523285. OLE color: 14523285.
HSL color Cylindrical-coordinate representation of color #959BDD: hue angle of 235º 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 #959BDD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 155 | 221 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.13 |
| HSL | 235º | 0.51% | 0.73% | - |
| HSV(B) | 235º | 0.33% | 0.87% | - |
| XYZ | 37.17 | 35.05 | 73.21 | - |
| YUV | 160.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 221 | 0.33 | 0.30 | 0 | 0.13 | 235 | 0.51 | 0.73 |
| Hex | 95 | 9B | DD | 21 | 1E | 0 | D | EB | 33 | 49 |
| Octal | 225 | 233 | 335 | 41 | 36 | 0 | 15 | 353 | 63 | 111 |
| Binary | 10010101 | 10011011 | 11011101 | 100001 | 11110 | 0 | 1101 | 11101011 | 110011 | 1001001 |
Color Harmonies of #959BDD
Complementary color
Monochromatic Colors of #959BDD
Black with #959BDD
Text Example
Text Example
White with #959BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BDD; }
p { color: rgb(149,155,221); }
H1.HeaderClassName
{
color: #959BDD;
}
.AnyTagClassName
{
color: #959BDD;
}
</style>
background-color css
<style>
a { background-color: #959BDD; }
a { background-color: rgb(149,155,221); }
div.DivClassName
{
background-color: #959BDD;
}
.BgClassName
{
background-color: #959BDD;
}
</style>
border-color css
<style>
span { border-color: #959BDD; }
span { border-color: rgb(149,155,221); }
td.TdClassName
{
border-color: #959BDD;
}
.TagClassName
{
border-color: #959BDD;
}
</style>