Shades of Portage #959FDB
Tints of Portage #959FDB
RGB
CMYK
RGB Variations
Color information
#959FDB (or 0x959FDB) is known color: Portage. HEX triplet: 95, 9F and DB. RGB value is (149,159,219). Sum of RGB (Red+Green+Blue) = 149+159+219=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #959FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FDB is #6A6024. Grayscale: #A2A2A2. Windows color (decimal): -6971429 or 14393237. OLE color: 14393237.
HSL color Cylindrical-coordinate representation of color #959FDB: hue angle of 231.43º 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 #959FDB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 159 | 219 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.14 |
| HSL | 231.43º | 0.49% | 0.72% | - |
| HSV(B) | 231.43º | 0.32% | 0.86% | - |
| XYZ | 37.58 | 36.3 | 72.04 | - |
| YUV | 162.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 219 | 0.32 | 0.27 | 0 | 0.14 | 231.43 | 0.49 | 0.72 |
| Hex | 95 | 9F | DB | 20 | 1B | 0 | E | E7 | 31 | 48 |
| Octal | 225 | 237 | 333 | 40 | 33 | 0 | 16 | 347 | 61 | 110 |
| Binary | 10010101 | 10011111 | 11011011 | 100000 | 11011 | 0 | 1110 | 11100111 | 110001 | 1001000 |
Color Harmonies of #959FDB
Complementary color
Monochromatic Colors of #959FDB
Black with #959FDB
Text Example
Text Example
White with #959FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FDB; }
p { color: rgb(149,159,219); }
H1.HeaderClassName
{
color: #959FDB;
}
.AnyTagClassName
{
color: #959FDB;
}
</style>
background-color css
<style>
a { background-color: #959FDB; }
a { background-color: rgb(149,159,219); }
div.DivClassName
{
background-color: #959FDB;
}
.BgClassName
{
background-color: #959FDB;
}
</style>
border-color css
<style>
span { border-color: #959FDB; }
span { border-color: rgb(149,159,219); }
td.TdClassName
{
border-color: #959FDB;
}
.TagClassName
{
border-color: #959FDB;
}
</style>