Shades of Portage #949EEE
Tints of Portage #949EEE
RGB
CMYK
RGB Variations
Color information
#949EEE (or 0x949EEE) is known color: Portage. HEX triplet: 94, 9E and EE. RGB value is (148,158,238). Sum of RGB (Red+Green+Blue) = 148+158+238=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #949EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EEE is #6B6111. Grayscale: #A3A3A3. Windows color (decimal): -7037202 or 15638164. OLE color: 15638164.
HSL color Cylindrical-coordinate representation of color #949EEE: hue angle of 233.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949EEE is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 158 | 238 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.07 |
| HSL | 233.33º | 0.73% | 0.76% | - |
| HSV(B) | 233.33º | 0.38% | 0.93% | - |
| XYZ | 39.87 | 36.92 | 85.91 | - |
| YUV | 164.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 238 | 0.38 | 0.34 | 0 | 0.07 | 233.33 | 0.73 | 0.76 |
| Hex | 94 | 9E | EE | 26 | 22 | 0 | 7 | E9 | 49 | 4C |
| Octal | 224 | 236 | 356 | 46 | 42 | 0 | 7 | 351 | 111 | 114 |
| Binary | 10010100 | 10011110 | 11101110 | 100110 | 100010 | 0 | 111 | 11101001 | 1001001 | 1001100 |
Color Harmonies of #949EEE
Complementary color
Monochromatic Colors of #949EEE
Black with #949EEE
Text Example
Text Example
White with #949EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EEE; }
p { color: rgb(148,158,238); }
H1.HeaderClassName
{
color: #949EEE;
}
.AnyTagClassName
{
color: #949EEE;
}
</style>
background-color css
<style>
a { background-color: #949EEE; }
a { background-color: rgb(148,158,238); }
div.DivClassName
{
background-color: #949EEE;
}
.BgClassName
{
background-color: #949EEE;
}
</style>
border-color css
<style>
span { border-color: #949EEE; }
span { border-color: rgb(148,158,238); }
td.TdClassName
{
border-color: #949EEE;
}
.TagClassName
{
border-color: #949EEE;
}
</style>