Shades of Portage #949DDA
Tints of Portage #949DDA
RGB
CMYK
RGB Variations
Color information
#949DDA (or 0x949DDA) is known color: Portage. HEX triplet: 94, 9D and DA. RGB value is (148,157,218). Sum of RGB (Red+Green+Blue) = 148+157+218=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #949DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DDA is #6B6225. Grayscale: #A1A1A1. Windows color (decimal): -7037478 or 14327188. OLE color: 14327188.
HSL color Cylindrical-coordinate representation of color #949DDA: hue angle of 232.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949DDA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 157 | 218 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.15 |
| HSL | 232.29º | 0.49% | 0.72% | - |
| HSV(B) | 232.29º | 0.32% | 0.85% | - |
| XYZ | 36.92 | 35.47 | 71.23 | - |
| YUV | 161.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 218 | 0.32 | 0.28 | 0 | 0.15 | 232.29 | 0.49 | 0.72 |
| Hex | 94 | 9D | DA | 20 | 1C | 0 | F | E8 | 31 | 48 |
| Octal | 224 | 235 | 332 | 40 | 34 | 0 | 17 | 350 | 61 | 110 |
| Binary | 10010100 | 10011101 | 11011010 | 100000 | 11100 | 0 | 1111 | 11101000 | 110001 | 1001000 |
Color Harmonies of #949DDA
Complementary color
Monochromatic Colors of #949DDA
Black with #949DDA
Text Example
Text Example
White with #949DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DDA; }
p { color: rgb(148,157,218); }
H1.HeaderClassName
{
color: #949DDA;
}
.AnyTagClassName
{
color: #949DDA;
}
</style>
background-color css
<style>
a { background-color: #949DDA; }
a { background-color: rgb(148,157,218); }
div.DivClassName
{
background-color: #949DDA;
}
.BgClassName
{
background-color: #949DDA;
}
</style>
border-color css
<style>
span { border-color: #949DDA; }
span { border-color: rgb(148,157,218); }
td.TdClassName
{
border-color: #949DDA;
}
.TagClassName
{
border-color: #949DDA;
}
</style>