Shades of Portage #949DE0
Tints of Portage #949DE0
RGB
CMYK
RGB Variations
Color information
#949DE0 (or 0x949DE0) is known color: Portage. HEX triplet: 94, 9D and E0. RGB value is (148,157,224). Sum of RGB (Red+Green+Blue) = 148+157+224=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #949DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DE0 is #6B621F. Grayscale: #A1A1A1. Windows color (decimal): -7037472 or 14720404. OLE color: 14720404.
HSL color Cylindrical-coordinate representation of color #949DE0: hue angle of 232.89º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949DE0 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 157 | 224 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.12 |
| HSL | 232.89º | 0.55% | 0.73% | - |
| HSV(B) | 232.89º | 0.34% | 0.88% | - |
| XYZ | 37.72 | 35.79 | 75.44 | - |
| YUV | 161.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 224 | 0.34 | 0.30 | 0 | 0.12 | 232.89 | 0.55 | 0.73 |
| Hex | 94 | 9D | E0 | 22 | 1E | 0 | C | E9 | 37 | 49 |
| Octal | 224 | 235 | 340 | 42 | 36 | 0 | 14 | 351 | 67 | 111 |
| Binary | 10010100 | 10011101 | 11100000 | 100010 | 11110 | 0 | 1100 | 11101001 | 110111 | 1001001 |
Color Harmonies of #949DE0
Complementary color
Monochromatic Colors of #949DE0
Black with #949DE0
Text Example
Text Example
White with #949DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DE0; }
p { color: rgb(148,157,224); }
H1.HeaderClassName
{
color: #949DE0;
}
.AnyTagClassName
{
color: #949DE0;
}
</style>
background-color css
<style>
a { background-color: #949DE0; }
a { background-color: rgb(148,157,224); }
div.DivClassName
{
background-color: #949DE0;
}
.BgClassName
{
background-color: #949DE0;
}
</style>
border-color css
<style>
span { border-color: #949DE0; }
span { border-color: rgb(148,157,224); }
td.TdClassName
{
border-color: #949DE0;
}
.TagClassName
{
border-color: #949DE0;
}
</style>