Shades of Portage #949FD3
Tints of Portage #949FD3
RGB
CMYK
RGB Variations
Color information
#949FD3 (or 0x949FD3) is known color: Portage. HEX triplet: 94, 9F and D3. RGB value is (148,159,211). Sum of RGB (Red+Green+Blue) = 148+159+211=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #949FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FD3 is #6B602C. Grayscale: #A1A1A1. Windows color (decimal): -7036973 or 13868948. OLE color: 13868948.
HSL color Cylindrical-coordinate representation of color #949FD3: hue angle of 229.52º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949FD3 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 159 | 211 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.17 |
| HSL | 229.52º | 0.42% | 0.7% | - |
| HSV(B) | 229.52º | 0.3% | 0.83% | - |
| XYZ | 36.37 | 35.8 | 66.62 | - |
| YUV | 161.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 211 | 0.30 | 0.25 | 0 | 0.17 | 229.52 | 0.42 | 0.7 |
| Hex | 94 | 9F | D3 | 1E | 19 | 0 | 11 | E6 | 2A | 46 |
| Octal | 224 | 237 | 323 | 36 | 31 | 0 | 21 | 346 | 52 | 106 |
| Binary | 10010100 | 10011111 | 11010011 | 11110 | 11001 | 0 | 10001 | 11100110 | 101010 | 1000110 |
Color Harmonies of #949FD3
Complementary color
Monochromatic Colors of #949FD3
Black with #949FD3
Text Example
Text Example
White with #949FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FD3; }
p { color: rgb(148,159,211); }
H1.HeaderClassName
{
color: #949FD3;
}
.AnyTagClassName
{
color: #949FD3;
}
</style>
background-color css
<style>
a { background-color: #949FD3; }
a { background-color: rgb(148,159,211); }
div.DivClassName
{
background-color: #949FD3;
}
.BgClassName
{
background-color: #949FD3;
}
</style>
border-color css
<style>
span { border-color: #949FD3; }
span { border-color: rgb(148,159,211); }
td.TdClassName
{
border-color: #949FD3;
}
.TagClassName
{
border-color: #949FD3;
}
</style>