Shades of Portage #949AD9
Tints of Portage #949AD9
RGB
CMYK
RGB Variations
Color information
#949AD9 (or 0x949AD9) is known color: Portage. HEX triplet: 94, 9A and D9. RGB value is (148,154,217). Sum of RGB (Red+Green+Blue) = 148+154+217=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #949AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AD9 is #6B6526. Grayscale: #9F9F9F. Windows color (decimal): -7038247 or 14260884. OLE color: 14260884.
HSL color Cylindrical-coordinate representation of color #949AD9: hue angle of 234.78º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949AD9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 154 | 217 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.15 |
| HSL | 234.78º | 0.48% | 0.72% | - |
| HSV(B) | 234.78º | 0.32% | 0.85% | - |
| XYZ | 36.29 | 34.42 | 70.38 | - |
| YUV | 159.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 217 | 0.32 | 0.29 | 0 | 0.15 | 234.78 | 0.48 | 0.72 |
| Hex | 94 | 9A | D9 | 20 | 1D | 0 | F | EB | 30 | 48 |
| Octal | 224 | 232 | 331 | 40 | 35 | 0 | 17 | 353 | 60 | 110 |
| Binary | 10010100 | 10011010 | 11011001 | 100000 | 11101 | 0 | 1111 | 11101011 | 110000 | 1001000 |
Color Harmonies of #949AD9
Complementary color
Monochromatic Colors of #949AD9
Black with #949AD9
Text Example
Text Example
White with #949AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AD9; }
p { color: rgb(148,154,217); }
H1.HeaderClassName
{
color: #949AD9;
}
.AnyTagClassName
{
color: #949AD9;
}
</style>
background-color css
<style>
a { background-color: #949AD9; }
a { background-color: rgb(148,154,217); }
div.DivClassName
{
background-color: #949AD9;
}
.BgClassName
{
background-color: #949AD9;
}
</style>
border-color css
<style>
span { border-color: #949AD9; }
span { border-color: rgb(148,154,217); }
td.TdClassName
{
border-color: #949AD9;
}
.TagClassName
{
border-color: #949AD9;
}
</style>