Shades of Portage #949DE5
Tints of Portage #949DE5
RGB
CMYK
RGB Variations
Color information
#949DE5 (or 0x949DE5) is known color: Portage. HEX triplet: 94, 9D and E5. RGB value is (148,157,229). Sum of RGB (Red+Green+Blue) = 148+157+229=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #949DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DE5 is #6B621A. Grayscale: #A2A2A2. Windows color (decimal): -7037467 or 15048084. OLE color: 15048084.
HSL color Cylindrical-coordinate representation of color #949DE5: hue angle of 233.33º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #949DE5 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 157 | 229 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.10 |
| HSL | 233.33º | 0.61% | 0.74% | - |
| HSV(B) | 233.33º | 0.35% | 0.9% | - |
| XYZ | 38.41 | 36.07 | 79.07 | - |
| YUV | 162.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 229 | 0.35 | 0.31 | 0 | 0.10 | 233.33 | 0.61 | 0.74 |
| Hex | 94 | 9D | E5 | 23 | 1F | 0 | A | E9 | 3D | 4A |
| Octal | 224 | 235 | 345 | 43 | 37 | 0 | 12 | 351 | 75 | 112 |
| Binary | 10010100 | 10011101 | 11100101 | 100011 | 11111 | 0 | 1010 | 11101001 | 111101 | 1001010 |
Color Harmonies of #949DE5
Complementary color
Monochromatic Colors of #949DE5
Black with #949DE5
Text Example
Text Example
White with #949DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DE5; }
p { color: rgb(148,157,229); }
H1.HeaderClassName
{
color: #949DE5;
}
.AnyTagClassName
{
color: #949DE5;
}
</style>
background-color css
<style>
a { background-color: #949DE5; }
a { background-color: rgb(148,157,229); }
div.DivClassName
{
background-color: #949DE5;
}
.BgClassName
{
background-color: #949DE5;
}
</style>
border-color css
<style>
span { border-color: #949DE5; }
span { border-color: rgb(148,157,229); }
td.TdClassName
{
border-color: #949DE5;
}
.TagClassName
{
border-color: #949DE5;
}
</style>