Shades of Portage #949EE8
Tints of Portage #949EE8
RGB
CMYK
RGB Variations
Color information
#949EE8 (or 0x949EE8) is known color: Portage. HEX triplet: 94, 9E and E8. RGB value is (148,158,232). Sum of RGB (Red+Green+Blue) = 148+158+232=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #949EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EE8 is #6B6117. Grayscale: #A3A3A3. Windows color (decimal): -7037208 or 15244948. OLE color: 15244948.
HSL color Cylindrical-coordinate representation of color #949EE8: hue angle of 232.86º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949EE8 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 158 | 232 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.09 |
| HSL | 232.86º | 0.65% | 0.75% | - |
| HSV(B) | 232.86º | 0.36% | 0.91% | - |
| XYZ | 39.01 | 36.58 | 81.35 | - |
| YUV | 163.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 232 | 0.36 | 0.32 | 0 | 0.09 | 232.86 | 0.65 | 0.75 |
| Hex | 94 | 9E | E8 | 24 | 20 | 0 | 9 | E9 | 41 | 4B |
| Octal | 224 | 236 | 350 | 44 | 40 | 0 | 11 | 351 | 101 | 113 |
| Binary | 10010100 | 10011110 | 11101000 | 100100 | 100000 | 0 | 1001 | 11101001 | 1000001 | 1001011 |
Color Harmonies of #949EE8
Complementary color
Monochromatic Colors of #949EE8
Black with #949EE8
Text Example
Text Example
White with #949EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EE8; }
p { color: rgb(148,158,232); }
H1.HeaderClassName
{
color: #949EE8;
}
.AnyTagClassName
{
color: #949EE8;
}
</style>
background-color css
<style>
a { background-color: #949EE8; }
a { background-color: rgb(148,158,232); }
div.DivClassName
{
background-color: #949EE8;
}
.BgClassName
{
background-color: #949EE8;
}
</style>
border-color css
<style>
span { border-color: #949EE8; }
span { border-color: rgb(148,158,232); }
td.TdClassName
{
border-color: #949EE8;
}
.TagClassName
{
border-color: #949EE8;
}
</style>