Shades of Portage #949EED
Tints of Portage #949EED
RGB
CMYK
RGB Variations
Color information
#949EED (or 0x949EED) is known color: Portage. HEX triplet: 94, 9E and ED. RGB value is (148,158,237). Sum of RGB (Red+Green+Blue) = 148+158+237=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #949EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EED is #6B6112. Grayscale: #A3A3A3. Windows color (decimal): -7037203 or 15572628. OLE color: 15572628.
HSL color Cylindrical-coordinate representation of color #949EED: hue angle of 233.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949EED is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 158 | 237 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.07 |
| HSL | 233.26º | 0.71% | 0.75% | - |
| HSV(B) | 233.26º | 0.38% | 0.93% | - |
| XYZ | 39.73 | 36.86 | 85.14 | - |
| YUV | 164.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 237 | 0.38 | 0.33 | 0 | 0.07 | 233.26 | 0.71 | 0.75 |
| Hex | 94 | 9E | ED | 26 | 21 | 0 | 7 | E9 | 47 | 4B |
| Octal | 224 | 236 | 355 | 46 | 41 | 0 | 7 | 351 | 107 | 113 |
| Binary | 10010100 | 10011110 | 11101101 | 100110 | 100001 | 0 | 111 | 11101001 | 1000111 | 1001011 |
Color Harmonies of #949EED
Complementary color
Monochromatic Colors of #949EED
Black with #949EED
Text Example
Text Example
White with #949EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EED; }
p { color: rgb(148,158,237); }
H1.HeaderClassName
{
color: #949EED;
}
.AnyTagClassName
{
color: #949EED;
}
</style>
background-color css
<style>
a { background-color: #949EED; }
a { background-color: rgb(148,158,237); }
div.DivClassName
{
background-color: #949EED;
}
.BgClassName
{
background-color: #949EED;
}
</style>
border-color css
<style>
span { border-color: #949EED; }
span { border-color: rgb(148,158,237); }
td.TdClassName
{
border-color: #949EED;
}
.TagClassName
{
border-color: #949EED;
}
</style>