Shades of Portage #949DDB
Tints of Portage #949DDB
RGB
CMYK
RGB Variations
Color information
#949DDB (or 0x949DDB) is known color: Portage. HEX triplet: 94, 9D and DB. RGB value is (148,157,219). Sum of RGB (Red+Green+Blue) = 148+157+219=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #949DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DDB is #6B6224. Grayscale: #A1A1A1. Windows color (decimal): -7037477 or 14392724. OLE color: 14392724.
HSL color Cylindrical-coordinate representation of color #949DDB: hue angle of 232.39º 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 #949DDB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 157 | 219 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.14 |
| HSL | 232.39º | 0.5% | 0.72% | - |
| HSV(B) | 232.39º | 0.32% | 0.86% | - |
| XYZ | 37.06 | 35.52 | 71.92 | - |
| YUV | 161.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 219 | 0.32 | 0.28 | 0 | 0.14 | 232.39 | 0.5 | 0.72 |
| Hex | 94 | 9D | DB | 20 | 1C | 0 | E | E8 | 32 | 48 |
| Octal | 224 | 235 | 333 | 40 | 34 | 0 | 16 | 350 | 62 | 110 |
| Binary | 10010100 | 10011101 | 11011011 | 100000 | 11100 | 0 | 1110 | 11101000 | 110010 | 1001000 |
Color Harmonies of #949DDB
Complementary color
Monochromatic Colors of #949DDB
Black with #949DDB
Text Example
Text Example
White with #949DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DDB; }
p { color: rgb(148,157,219); }
H1.HeaderClassName
{
color: #949DDB;
}
.AnyTagClassName
{
color: #949DDB;
}
</style>
background-color css
<style>
a { background-color: #949DDB; }
a { background-color: rgb(148,157,219); }
div.DivClassName
{
background-color: #949DDB;
}
.BgClassName
{
background-color: #949DDB;
}
</style>
border-color css
<style>
span { border-color: #949DDB; }
span { border-color: rgb(148,157,219); }
td.TdClassName
{
border-color: #949DDB;
}
.TagClassName
{
border-color: #949DDB;
}
</style>