Shades of Portage #949ECB
Tints of Portage #949ECB
RGB
CMYK
RGB Variations
Color information
#949ECB (or 0x949ECB) is known color: Portage. HEX triplet: 94, 9E and CB. RGB value is (148,158,203). Sum of RGB (Red+Green+Blue) = 148+158+203=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #949ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ECB is #6B6134. Grayscale: #9F9F9F. Windows color (decimal): -7037237 or 13344404. OLE color: 13344404.
HSL color Cylindrical-coordinate representation of color #949ECB: hue angle of 229.09º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949ECB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 158 | 203 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.20 |
| HSL | 229.09º | 0.35% | 0.69% | - |
| HSV(B) | 229.09º | 0.27% | 0.8% | - |
| XYZ | 35.22 | 35.06 | 61.41 | - |
| YUV | 160.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 203 | 0.27 | 0.22 | 0 | 0.20 | 229.09 | 0.35 | 0.69 |
| Hex | 94 | 9E | CB | 1B | 16 | 0 | 14 | E5 | 23 | 45 |
| Octal | 224 | 236 | 313 | 33 | 26 | 0 | 24 | 345 | 43 | 105 |
| Binary | 10010100 | 10011110 | 11001011 | 11011 | 10110 | 0 | 10100 | 11100101 | 100011 | 1000101 |
Color Harmonies of #949ECB
Complementary color
Monochromatic Colors of #949ECB
Black with #949ECB
Text Example
Text Example
White with #949ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949ECB; }
p { color: rgb(148,158,203); }
H1.HeaderClassName
{
color: #949ECB;
}
.AnyTagClassName
{
color: #949ECB;
}
</style>
background-color css
<style>
a { background-color: #949ECB; }
a { background-color: rgb(148,158,203); }
div.DivClassName
{
background-color: #949ECB;
}
.BgClassName
{
background-color: #949ECB;
}
</style>
border-color css
<style>
span { border-color: #949ECB; }
span { border-color: rgb(148,158,203); }
td.TdClassName
{
border-color: #949ECB;
}
.TagClassName
{
border-color: #949ECB;
}
</style>