Shades of Portage #949AD5
Tints of Portage #949AD5
RGB
CMYK
RGB Variations
Color information
#949AD5 (or 0x949AD5) is known color: Portage. HEX triplet: 94, 9A and D5. RGB value is (148,154,213). Sum of RGB (Red+Green+Blue) = 148+154+213=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #949AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AD5 is #6B652A. Grayscale: #9E9E9E. Windows color (decimal): -7038251 or 13998740. OLE color: 13998740.
HSL color Cylindrical-coordinate representation of color #949AD5: hue angle of 234.46º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949AD5 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 154 | 213 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.16 |
| HSL | 234.46º | 0.44% | 0.71% | - |
| HSV(B) | 234.46º | 0.31% | 0.84% | - |
| XYZ | 35.78 | 34.21 | 67.67 | - |
| YUV | 158.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 213 | 0.31 | 0.28 | 0 | 0.16 | 234.46 | 0.44 | 0.71 |
| Hex | 94 | 9A | D5 | 1F | 1C | 0 | 10 | EA | 2C | 47 |
| Octal | 224 | 232 | 325 | 37 | 34 | 0 | 20 | 352 | 54 | 107 |
| Binary | 10010100 | 10011010 | 11010101 | 11111 | 11100 | 0 | 10000 | 11101010 | 101100 | 1000111 |
Color Harmonies of #949AD5
Complementary color
Monochromatic Colors of #949AD5
Black with #949AD5
Text Example
Text Example
White with #949AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AD5; }
p { color: rgb(148,154,213); }
H1.HeaderClassName
{
color: #949AD5;
}
.AnyTagClassName
{
color: #949AD5;
}
</style>
background-color css
<style>
a { background-color: #949AD5; }
a { background-color: rgb(148,154,213); }
div.DivClassName
{
background-color: #949AD5;
}
.BgClassName
{
background-color: #949AD5;
}
</style>
border-color css
<style>
span { border-color: #949AD5; }
span { border-color: rgb(148,154,213); }
td.TdClassName
{
border-color: #949AD5;
}
.TagClassName
{
border-color: #949AD5;
}
</style>