Shades of Portage #949CDF
Tints of Portage #949CDF
RGB
CMYK
RGB Variations
Color information
#949CDF (or 0x949CDF) is known color: Portage. HEX triplet: 94, 9C and DF. RGB value is (148,156,223). Sum of RGB (Red+Green+Blue) = 148+156+223=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #949CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CDF is #6B6320. Grayscale: #A0A0A0. Windows color (decimal): -7037729 or 14654612. OLE color: 14654612.
HSL color Cylindrical-coordinate representation of color #949CDF: hue angle of 233.6º 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 #949CDF is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 156 | 223 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.13 |
| HSL | 233.6º | 0.54% | 0.73% | - |
| HSV(B) | 233.6º | 0.34% | 0.87% | - |
| XYZ | 37.42 | 35.4 | 74.67 | - |
| YUV | 161.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 223 | 0.34 | 0.30 | 0 | 0.13 | 233.6 | 0.54 | 0.73 |
| Hex | 94 | 9C | DF | 22 | 1E | 0 | D | EA | 36 | 49 |
| Octal | 224 | 234 | 337 | 42 | 36 | 0 | 15 | 352 | 66 | 111 |
| Binary | 10010100 | 10011100 | 11011111 | 100010 | 11110 | 0 | 1101 | 11101010 | 110110 | 1001001 |
Color Harmonies of #949CDF
Complementary color
Monochromatic Colors of #949CDF
Black with #949CDF
Text Example
Text Example
White with #949CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CDF; }
p { color: rgb(148,156,223); }
H1.HeaderClassName
{
color: #949CDF;
}
.AnyTagClassName
{
color: #949CDF;
}
</style>
background-color css
<style>
a { background-color: #949CDF; }
a { background-color: rgb(148,156,223); }
div.DivClassName
{
background-color: #949CDF;
}
.BgClassName
{
background-color: #949CDF;
}
</style>
border-color css
<style>
span { border-color: #949CDF; }
span { border-color: rgb(148,156,223); }
td.TdClassName
{
border-color: #949CDF;
}
.TagClassName
{
border-color: #949CDF;
}
</style>