Shades of Portage #959BDB
Tints of Portage #959BDB
RGB
CMYK
RGB Variations
Color information
#959BDB (or 0x959BDB) is known color: Portage. HEX triplet: 95, 9B and DB. RGB value is (149,155,219). Sum of RGB (Red+Green+Blue) = 149+155+219=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #959BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BDB is #6A6424. Grayscale: #A0A0A0. Windows color (decimal): -6972453 or 14392213. OLE color: 14392213.
HSL color Cylindrical-coordinate representation of color #959BDB: hue angle of 234.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959BDB is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 155 | 219 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.14 |
| HSL | 234.86º | 0.49% | 0.72% | - |
| HSV(B) | 234.86º | 0.32% | 0.86% | - |
| XYZ | 36.9 | 34.95 | 71.82 | - |
| YUV | 160.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 219 | 0.32 | 0.29 | 0 | 0.14 | 234.86 | 0.49 | 0.72 |
| Hex | 95 | 9B | DB | 20 | 1D | 0 | E | EB | 31 | 48 |
| Octal | 225 | 233 | 333 | 40 | 35 | 0 | 16 | 353 | 61 | 110 |
| Binary | 10010101 | 10011011 | 11011011 | 100000 | 11101 | 0 | 1110 | 11101011 | 110001 | 1001000 |
Color Harmonies of #959BDB
Complementary color
Monochromatic Colors of #959BDB
Black with #959BDB
Text Example
Text Example
White with #959BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BDB; }
p { color: rgb(149,155,219); }
H1.HeaderClassName
{
color: #959BDB;
}
.AnyTagClassName
{
color: #959BDB;
}
</style>
background-color css
<style>
a { background-color: #959BDB; }
a { background-color: rgb(149,155,219); }
div.DivClassName
{
background-color: #959BDB;
}
.BgClassName
{
background-color: #959BDB;
}
</style>
border-color css
<style>
span { border-color: #959BDB; }
span { border-color: rgb(149,155,219); }
td.TdClassName
{
border-color: #959BDB;
}
.TagClassName
{
border-color: #959BDB;
}
</style>