Shades of Portage #949EDD
Tints of Portage #949EDD
RGB
CMYK
RGB Variations
Color information
#949EDD (or 0x949EDD) is known color: Portage. HEX triplet: 94, 9E and DD. RGB value is (148,158,221). Sum of RGB (Red+Green+Blue) = 148+158+221=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #949EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EDD is #6B6122. Grayscale: #A1A1A1. Windows color (decimal): -7037219 or 14524052. OLE color: 14524052.
HSL color Cylindrical-coordinate representation of color #949EDD: hue angle of 231.78º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949EDD is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 158 | 221 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.13 |
| HSL | 231.78º | 0.52% | 0.72% | - |
| HSV(B) | 231.78º | 0.33% | 0.87% | - |
| XYZ | 37.49 | 35.97 | 73.37 | - |
| YUV | 162.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 221 | 0.33 | 0.29 | 0 | 0.13 | 231.78 | 0.52 | 0.72 |
| Hex | 94 | 9E | DD | 21 | 1D | 0 | D | E8 | 34 | 48 |
| Octal | 224 | 236 | 335 | 41 | 35 | 0 | 15 | 350 | 64 | 110 |
| Binary | 10010100 | 10011110 | 11011101 | 100001 | 11101 | 0 | 1101 | 11101000 | 110100 | 1001000 |
Color Harmonies of #949EDD
Complementary color
Monochromatic Colors of #949EDD
Black with #949EDD
Text Example
Text Example
White with #949EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EDD; }
p { color: rgb(148,158,221); }
H1.HeaderClassName
{
color: #949EDD;
}
.AnyTagClassName
{
color: #949EDD;
}
</style>
background-color css
<style>
a { background-color: #949EDD; }
a { background-color: rgb(148,158,221); }
div.DivClassName
{
background-color: #949EDD;
}
.BgClassName
{
background-color: #949EDD;
}
</style>
border-color css
<style>
span { border-color: #949EDD; }
span { border-color: rgb(148,158,221); }
td.TdClassName
{
border-color: #949EDD;
}
.TagClassName
{
border-color: #949EDD;
}
</style>