Shades of Portage #949AED
Tints of Portage #949AED
RGB
CMYK
RGB Variations
Color information
#949AED (or 0x949AED) is known color: Portage. HEX triplet: 94, 9A and ED. RGB value is (148,154,237). Sum of RGB (Red+Green+Blue) = 148+154+237=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #949AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949AED is #6B6512. Grayscale: #A1A1A1. Windows color (decimal): -7038227 or 15571604. OLE color: 15571604.
HSL color Cylindrical-coordinate representation of color #949AED: hue angle of 235.96º 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 #949AED is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 154 | 237 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.07 |
| HSL | 235.96º | 0.71% | 0.75% | - |
| HSV(B) | 235.96º | 0.38% | 0.93% | - |
| XYZ | 39.05 | 35.52 | 84.92 | - |
| YUV | 161.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 237 | 0.38 | 0.35 | 0 | 0.07 | 235.96 | 0.71 | 0.75 |
| Hex | 94 | 9A | ED | 26 | 23 | 0 | 7 | EC | 47 | 4B |
| Octal | 224 | 232 | 355 | 46 | 43 | 0 | 7 | 354 | 107 | 113 |
| Binary | 10010100 | 10011010 | 11101101 | 100110 | 100011 | 0 | 111 | 11101100 | 1000111 | 1001011 |
Color Harmonies of #949AED
Complementary color
Monochromatic Colors of #949AED
Black with #949AED
Text Example
Text Example
White with #949AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AED; }
p { color: rgb(148,154,237); }
H1.HeaderClassName
{
color: #949AED;
}
.AnyTagClassName
{
color: #949AED;
}
</style>
background-color css
<style>
a { background-color: #949AED; }
a { background-color: rgb(148,154,237); }
div.DivClassName
{
background-color: #949AED;
}
.BgClassName
{
background-color: #949AED;
}
</style>
border-color css
<style>
span { border-color: #949AED; }
span { border-color: rgb(148,154,237); }
td.TdClassName
{
border-color: #949AED;
}
.TagClassName
{
border-color: #949AED;
}
</style>