Shades of Portage #949DDF
Tints of Portage #949DDF
RGB
CMYK
RGB Variations
Color information
#949DDF (or 0x949DDF) is known color: Portage. HEX triplet: 94, 9D and DF. RGB value is (148,157,223). Sum of RGB (Red+Green+Blue) = 148+157+223=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #949DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DDF is #6B6220. Grayscale: #A1A1A1. Windows color (decimal): -7037473 or 14654868. OLE color: 14654868.
HSL color Cylindrical-coordinate representation of color #949DDF: hue angle of 232.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949DDF is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 157 | 223 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.13 |
| HSL | 232.8º | 0.54% | 0.73% | - |
| HSV(B) | 232.8º | 0.34% | 0.87% | - |
| XYZ | 37.59 | 35.74 | 74.73 | - |
| YUV | 161.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 223 | 0.34 | 0.30 | 0 | 0.13 | 232.8 | 0.54 | 0.73 |
| Hex | 94 | 9D | DF | 22 | 1E | 0 | D | E9 | 36 | 49 |
| Octal | 224 | 235 | 337 | 42 | 36 | 0 | 15 | 351 | 66 | 111 |
| Binary | 10010100 | 10011101 | 11011111 | 100010 | 11110 | 0 | 1101 | 11101001 | 110110 | 1001001 |
Color Harmonies of #949DDF
Complementary color
Monochromatic Colors of #949DDF
Black with #949DDF
Text Example
Text Example
White with #949DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DDF; }
p { color: rgb(148,157,223); }
H1.HeaderClassName
{
color: #949DDF;
}
.AnyTagClassName
{
color: #949DDF;
}
</style>
background-color css
<style>
a { background-color: #949DDF; }
a { background-color: rgb(148,157,223); }
div.DivClassName
{
background-color: #949DDF;
}
.BgClassName
{
background-color: #949DDF;
}
</style>
border-color css
<style>
span { border-color: #949DDF; }
span { border-color: rgb(148,157,223); }
td.TdClassName
{
border-color: #949DDF;
}
.TagClassName
{
border-color: #949DDF;
}
</style>