Shades of Portage #949FDB
Tints of Portage #949FDB
RGB
CMYK
RGB Variations
Color information
#949FDB (or 0x949FDB) is known color: Portage. HEX triplet: 94, 9F and DB. RGB value is (148,159,219). Sum of RGB (Red+Green+Blue) = 148+159+219=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #949FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FDB is #6B6024. Grayscale: #A2A2A2. Windows color (decimal): -7036965 or 14393236. OLE color: 14393236.
HSL color Cylindrical-coordinate representation of color #949FDB: hue angle of 230.7º 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 #949FDB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 159 | 219 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.14 |
| HSL | 230.7º | 0.5% | 0.72% | - |
| HSV(B) | 230.7º | 0.32% | 0.86% | - |
| XYZ | 37.4 | 36.21 | 72.04 | - |
| YUV | 162.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 219 | 0.32 | 0.27 | 0 | 0.14 | 230.7 | 0.5 | 0.72 |
| Hex | 94 | 9F | DB | 20 | 1B | 0 | E | E7 | 32 | 48 |
| Octal | 224 | 237 | 333 | 40 | 33 | 0 | 16 | 347 | 62 | 110 |
| Binary | 10010100 | 10011111 | 11011011 | 100000 | 11011 | 0 | 1110 | 11100111 | 110010 | 1001000 |
Color Harmonies of #949FDB
Complementary color
Monochromatic Colors of #949FDB
Black with #949FDB
Text Example
Text Example
White with #949FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FDB; }
p { color: rgb(148,159,219); }
H1.HeaderClassName
{
color: #949FDB;
}
.AnyTagClassName
{
color: #949FDB;
}
</style>
background-color css
<style>
a { background-color: #949FDB; }
a { background-color: rgb(148,159,219); }
div.DivClassName
{
background-color: #949FDB;
}
.BgClassName
{
background-color: #949FDB;
}
</style>
border-color css
<style>
span { border-color: #949FDB; }
span { border-color: rgb(148,159,219); }
td.TdClassName
{
border-color: #949FDB;
}
.TagClassName
{
border-color: #949FDB;
}
</style>