Shades of Portage #949EDF
Tints of Portage #949EDF
RGB
CMYK
RGB Variations
Color information
#949EDF (or 0x949EDF) is known color: Portage. HEX triplet: 94, 9E and DF. RGB value is (148,158,223). Sum of RGB (Red+Green+Blue) = 148+158+223=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #949EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EDF is #6B6120. Grayscale: #A2A2A2. Windows color (decimal): -7037217 or 14655124. OLE color: 14655124.
HSL color Cylindrical-coordinate representation of color #949EDF: hue angle of 232º 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 #949EDF is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 158 | 223 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.13 |
| HSL | 232º | 0.54% | 0.73% | - |
| HSV(B) | 232º | 0.34% | 0.87% | - |
| XYZ | 37.76 | 36.08 | 74.79 | - |
| YUV | 162.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 223 | 0.34 | 0.29 | 0 | 0.13 | 232 | 0.54 | 0.73 |
| Hex | 94 | 9E | DF | 22 | 1D | 0 | D | E8 | 36 | 49 |
| Octal | 224 | 236 | 337 | 42 | 35 | 0 | 15 | 350 | 66 | 111 |
| Binary | 10010100 | 10011110 | 11011111 | 100010 | 11101 | 0 | 1101 | 11101000 | 110110 | 1001001 |
Color Harmonies of #949EDF
Complementary color
Monochromatic Colors of #949EDF
Black with #949EDF
Text Example
Text Example
White with #949EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EDF; }
p { color: rgb(148,158,223); }
H1.HeaderClassName
{
color: #949EDF;
}
.AnyTagClassName
{
color: #949EDF;
}
</style>
background-color css
<style>
a { background-color: #949EDF; }
a { background-color: rgb(148,158,223); }
div.DivClassName
{
background-color: #949EDF;
}
.BgClassName
{
background-color: #949EDF;
}
</style>
border-color css
<style>
span { border-color: #949EDF; }
span { border-color: rgb(148,158,223); }
td.TdClassName
{
border-color: #949EDF;
}
.TagClassName
{
border-color: #949EDF;
}
</style>