Shades of Portage #949ECD
Tints of Portage #949ECD
RGB
CMYK
RGB Variations
Color information
#949ECD (or 0x949ECD) is known color: Portage. HEX triplet: 94, 9E and CD. RGB value is (148,158,205). Sum of RGB (Red+Green+Blue) = 148+158+205=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #949ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ECD is #6B6132. Grayscale: #A0A0A0. Windows color (decimal): -7037235 or 13475476. OLE color: 13475476.
HSL color Cylindrical-coordinate representation of color #949ECD: hue angle of 229.47º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #949ECD is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 158 | 205 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.20 |
| HSL | 229.47º | 0.36% | 0.69% | - |
| HSV(B) | 229.47º | 0.28% | 0.8% | - |
| XYZ | 35.46 | 35.16 | 62.67 | - |
| YUV | 160.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 205 | 0.28 | 0.23 | 0 | 0.20 | 229.47 | 0.36 | 0.69 |
| Hex | 94 | 9E | CD | 1C | 17 | 0 | 14 | E5 | 24 | 45 |
| Octal | 224 | 236 | 315 | 34 | 27 | 0 | 24 | 345 | 44 | 105 |
| Binary | 10010100 | 10011110 | 11001101 | 11100 | 10111 | 0 | 10100 | 11100101 | 100100 | 1000101 |
Color Harmonies of #949ECD
Complementary color
Monochromatic Colors of #949ECD
Black with #949ECD
Text Example
Text Example
White with #949ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949ECD; }
p { color: rgb(148,158,205); }
H1.HeaderClassName
{
color: #949ECD;
}
.AnyTagClassName
{
color: #949ECD;
}
</style>
background-color css
<style>
a { background-color: #949ECD; }
a { background-color: rgb(148,158,205); }
div.DivClassName
{
background-color: #949ECD;
}
.BgClassName
{
background-color: #949ECD;
}
</style>
border-color css
<style>
span { border-color: #949ECD; }
span { border-color: rgb(148,158,205); }
td.TdClassName
{
border-color: #949ECD;
}
.TagClassName
{
border-color: #949ECD;
}
</style>