Shades of Portage #949BDB
Tints of Portage #949BDB
RGB
CMYK
RGB Variations
Color information
#949BDB (or 0x949BDB) is known color: Portage. HEX triplet: 94, 9B and DB. RGB value is (148,155,219). Sum of RGB (Red+Green+Blue) = 148+155+219=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #949BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BDB is #6B6424. Grayscale: #9F9F9F. Windows color (decimal): -7037989 or 14392212. OLE color: 14392212.
HSL color Cylindrical-coordinate representation of color #949BDB: hue angle of 234.08º degrees, saturation: 0.5, 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 #949BDB is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 155 | 219 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.14 |
| HSL | 234.08º | 0.5% | 0.72% | - |
| HSV(B) | 234.08º | 0.32% | 0.86% | - |
| XYZ | 36.72 | 34.85 | 71.81 | - |
| YUV | 160.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 219 | 0.32 | 0.29 | 0 | 0.14 | 234.08 | 0.5 | 0.72 |
| Hex | 94 | 9B | DB | 20 | 1D | 0 | E | EA | 32 | 48 |
| Octal | 224 | 233 | 333 | 40 | 35 | 0 | 16 | 352 | 62 | 110 |
| Binary | 10010100 | 10011011 | 11011011 | 100000 | 11101 | 0 | 1110 | 11101010 | 110010 | 1001000 |
Color Harmonies of #949BDB
Complementary color
Monochromatic Colors of #949BDB
Black with #949BDB
Text Example
Text Example
White with #949BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BDB; }
p { color: rgb(148,155,219); }
H1.HeaderClassName
{
color: #949BDB;
}
.AnyTagClassName
{
color: #949BDB;
}
</style>
background-color css
<style>
a { background-color: #949BDB; }
a { background-color: rgb(148,155,219); }
div.DivClassName
{
background-color: #949BDB;
}
.BgClassName
{
background-color: #949BDB;
}
</style>
border-color css
<style>
span { border-color: #949BDB; }
span { border-color: rgb(148,155,219); }
td.TdClassName
{
border-color: #949BDB;
}
.TagClassName
{
border-color: #949BDB;
}
</style>