Shades of Portage #949ADB
Tints of Portage #949ADB
RGB
CMYK
RGB Variations
Color information
#949ADB (or 0x949ADB) is known color: Portage. HEX triplet: 94, 9A and DB. RGB value is (148,154,219). Sum of RGB (Red+Green+Blue) = 148+154+219=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #949ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ADB is #6B6524. Grayscale: #9F9F9F. Windows color (decimal): -7038245 or 14391956. OLE color: 14391956.
HSL color Cylindrical-coordinate representation of color #949ADB: hue angle of 234.93º 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 #949ADB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 154 | 219 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.14 |
| HSL | 234.93º | 0.5% | 0.72% | - |
| HSV(B) | 234.93º | 0.32% | 0.86% | - |
| XYZ | 36.55 | 34.52 | 71.75 | - |
| YUV | 159.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 219 | 0.32 | 0.30 | 0 | 0.14 | 234.93 | 0.5 | 0.72 |
| Hex | 94 | 9A | DB | 20 | 1E | 0 | E | EB | 32 | 48 |
| Octal | 224 | 232 | 333 | 40 | 36 | 0 | 16 | 353 | 62 | 110 |
| Binary | 10010100 | 10011010 | 11011011 | 100000 | 11110 | 0 | 1110 | 11101011 | 110010 | 1001000 |
Color Harmonies of #949ADB
Complementary color
Monochromatic Colors of #949ADB
Black with #949ADB
Text Example
Text Example
White with #949ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949ADB; }
p { color: rgb(148,154,219); }
H1.HeaderClassName
{
color: #949ADB;
}
.AnyTagClassName
{
color: #949ADB;
}
</style>
background-color css
<style>
a { background-color: #949ADB; }
a { background-color: rgb(148,154,219); }
div.DivClassName
{
background-color: #949ADB;
}
.BgClassName
{
background-color: #949ADB;
}
</style>
border-color css
<style>
span { border-color: #949ADB; }
span { border-color: rgb(148,154,219); }
td.TdClassName
{
border-color: #949ADB;
}
.TagClassName
{
border-color: #949ADB;
}
</style>